https://github.com/colrev-environment/colrev-sync

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
Last synced: 10 months ago · JSON representation

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
Created over 1 year ago · Last pushed 12 months ago
Metadata Files
Readme

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

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

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 328 Last month
Rankings
Dependent packages count: 9.9%
Average: 32.7%
Dependent repos count: 55.6%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/publish_pypi.yml actions
  • actions/checkout v3 composite
pyproject.toml pypi
  • python >=3.8, <4