https://github.com/compwa/sphinx-pybtex-etal-style
Abbreviate long author lists with et al. in BibTeX bibliographies for Sphinx
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.7%) to scientific vocabulary
Keywords from Contributors
Repository
Abbreviate long author lists with et al. in BibTeX bibliographies for Sphinx
Basic Info
Statistics
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
- Releases: 3
Metadata Files
README.md
sphinx-pybtex-etal-style
This Sphinx extension defines a new bibliography style for the sphinxcontrib-bibtex extension. Install through PyPI with pip:
bash
pip install sphinx-pybtex-etal-style
Next, in your Sphinx configuration file (conf.py), add "sphinx_pybtex_etal_style" to your extensions:
python
extensions = [
"sphinx_pybtex_etal_style",
]
and set your default bibliography style to "unsrt_et_al":
python
bibtex_default_style = "unsrt_et_al"
Alternatively, you can use the style for one bibliography only by specifying it in the .. bibliography:: directive:
rst
.. bibliography:: /references.bib
:style: unsrt_et_al
Book entries that have an ISBN get a link to the book entry on bookfinder.com. If you want to use isbnsearch.org instead, add the following to your conf.py:
python
unsrt_etal_isbn_resolver = "isbnsearch"
Owner
- Name: Common Partial Wave Analysis
- Login: ComPWA
- Kind: organization
- Email: compwa@ep1.rub.de
- Location: Germany
- Website: https://compwa.github.io
- Repositories: 36
- Profile: https://github.com/ComPWA
Making amplitude analysis reproducible, understandable, and easy to do
GitHub Events
Total
- Release event: 1
- Delete event: 5
- Push event: 18
- Pull request review event: 1
- Pull request event: 9
- Create event: 6
Last Year
- Release event: 1
- Delete event: 5
- Push event: 18
- Pull request review event: 1
- Pull request event: 9
- Create event: 6
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Remco de Boer | 2****r | 10 |
| pre-commit-ci[bot] | 6****] | 4 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 16
- Average time to close issues: N/A
- Average time to close pull requests: 14 days
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 15
- Bot issues: 0
- Bot pull requests: 7
Past Year
- Issues: 0
- Pull requests: 8
- Average time to close issues: N/A
- Average time to close pull requests: 22 days
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 4
Top Authors
Issue Authors
Pull Request Authors
- pre-commit-ci[bot] (10)
- redeboer (9)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- ComPWA/actions/clean-caches v1 composite
- JulienKode/pull-request-name-linter-action v0.5.0 composite
- actions/checkout v4 composite
- docker://agilepathway/pull-request-label-checker latest composite
- release-drafter/release-drafter v5 composite
- pybtex *