https://github.com/colrev-environment/colrev-sync
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: CoLRev-Environment
- Language: Python
- Default Branch: main
- Size: 83 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 4
Metadata Files
README.md
Summary
The colrev-sync package imports references from CoLRev projects (through local_index) into non-CoLRev paper projects that use Markdown and BibTeX. If BibTeX citations keys are used in the paper project, the following command retrieves the corresponding bibliographical details and adds them to the BibTeX file:
colrev-sync
CoLRev sync can also be used through pre-commit hooks, when the following is included in the .pre-commit-config.yaml:
- repo: local
hooks:
- id: colrev-hooks-update
name: "CoLRev ReviewManager: update"
entry: colrev-hooks-update
language: python
stages: [commit]
files: 'records.bib|paper.md'
Owner
- Name: CoLRev-Environment
- Login: CoLRev-Environment
- Kind: organization
- Repositories: 1
- Profile: https://github.com/CoLRev-Environment
GitHub Events
Total
- Create event: 5
- Issues event: 1
- Release event: 5
- Delete event: 1
- Push event: 10
Last Year
- Create event: 5
- Issues event: 1
- Release event: 5
- Delete event: 1
- Push event: 10
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- geritwagner (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 328 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
pypi.org: colrev-sync
CoLRev package for sync
- Documentation: https://colrev-sync.readthedocs.io/
- License: MIT
-
Latest release: 0.4.0
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 composite
- python >=3.8, <4