Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmarquez/doc
Powertools for research
https://github.com/elmarquez/doc
bibliography bibtex citation citation-analysis citations documentation latex package-manager research
Last synced: 4 days ago
JSON representation
Powertools for research
- Host: GitHub
- URL: https://github.com/elmarquez/doc
- Owner: elmarquez
- License: mit
- Created: 2019-12-05T23:46:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:49:24.000Z (about 2 years ago)
- Last Synced: 2025-01-22T13:52:40.298Z (11 days ago)
- Topics: bibliography, bibtex, citation, citation-analysis, citations, documentation, latex, package-manager, research
- Language: JavaScript
- Homepage: https://elmarquez.github.io/doc
- Size: 1.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
DOC - powertools for research
=============================Powertools for research.
- Discover, download, and share bibliographies and research content quickly,
and easily. Work as a team. Make your research reproducible with trivial
effort.
- Catalog and organize your collections of research papers, datasets and imagery.
- Import and export bibliographies with ease.
- Integrates with your Word or Latex workflows
- Generate citations on demandThis is a BETA release of the application and associated search infrastructure
for demonstration purposes.Take a look at our project kanban for information on work in progress and
planned updates.https://github.com/users/elmarquez/projects/1
## Install
Install the application in your local environment:
install -g @elmarquez/doc
Once installed, a script will be installed at:
/usr/local/bin/doc
Execute the command to start:
doc --help
## Developing
Requires NodeJS 12. Install all application dependencies:
npm install
Run the test suite:
npm test
Update the package version number, commit and tag the update:
npm release
## Contributingdoc is a community driven, open source project. We accept pull requests for
new features and bug fixes. Please see the CODE_OF_CONDUCT.md file for rules
governing participation in the project.
## LicenseThis project is made available under the MIT License. See the LICENSE file for
details.