https://github.com/compwa/sphinx-pybtex-etal-style

Abbreviate long author lists with et al. in BibTeX bibliographies for Sphinx

https://github.com/compwa/sphinx-pybtex-etal-style

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

particle energy-system-model parallel
Last synced: 11 months ago · JSON representation

Repository

Abbreviate long author lists with et al. in BibTeX bibliographies for Sphinx

Basic Info
  • Host: GitHub
  • Owner: ComPWA
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 38.1 KB
Statistics
  • Stars: 1
  • Watchers: 6
  • Forks: 1
  • Open Issues: 1
  • Releases: 3
Created over 2 years ago · Last pushed 12 months ago
Metadata Files
Readme Contributing License

README.md

sphinx-pybtex-etal-style

PyPI package Supported Python versions BSD 3-Clause license Open in Visual Studio Code CI status Checked with mypy pre-commit.ci status Spelling checked code style: prettier Ruff uv

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

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

All Time
  • Total Commits: 14
  • Total Committers: 2
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.286
Past Year
  • Commits: 6
  • Committers: 2
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.333
Top Committers
Name Email 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
🔨 Maintenance (14) 🖱️ DX (7) ✨ Feature (1) ⬆️ Lock (1)

Dependencies

.github/workflows/cd.yml actions
.github/workflows/ci.yml actions
.github/workflows/clean-caches.yml actions
  • ComPWA/actions/clean-caches v1 composite
.github/workflows/pr-linting.yml actions
  • JulienKode/pull-request-name-linter-action v0.5.0 composite
  • actions/checkout v4 composite
  • docker://agilepathway/pull-request-label-checker latest composite
.github/workflows/release-drafter.yml actions
  • release-drafter/release-drafter v5 composite
environment.yml pypi
pyproject.toml pypi
  • pybtex *