https://github.com/aibasel/bib
Bibtex files with planning-related references
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 (7.5%) to scientific vocabulary
Repository
Bibtex files with planning-related references
Basic Info
- Host: GitHub
- Owner: aibasel
- Language: TeX
- Default Branch: main
- Size: 1.89 MB
Statistics
- Stars: 8
- Watchers: 8
- Forks: 8
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Bibtex Repo
Before adding entries to any of the files in the bibliography
repository, please carefully read the instructions at the beginning
of literatur.bib!
If you add conference papers of conferences which are likely to be
cited multiple times, please add cross reference entries in both
crossref.bib and crossref-short.bib. See also the instructions at
the beginning of these files.
Usage
Within the main paper file, use
\bibliography{abbrv,literatur,crossref} # long versions
\bibliography{abbrv-short,literatur,crossref-short} # short versions
\bibliography{abbrv,extra,literatur,crossref} # if some citations are in extra.bib
To add the bibliography files to your paper repo, you can use the following Makefile target (remember to indent with tabs):
update-bib:
for name in {abbrv-short,abbrv,literatur,crossref-short,crossref}; do \
wget -q https://raw.githubusercontent.com/aibasel/bib/main/$${name}.bib -O $${name}.bib; \
printf '\n%s\n\n%s\n' "% DO NOT EDIT THIS FILE DIRECTLY! It is overwritten by \"make update-bib\"." \
"$$(cat $${name}.bib)" > $${name}.bib; \
done
Auto-format
You can sort the bib files and fix some basic formatting errors with
./tests/format-bib.sh
Tests
You can run some basic tests on the bibliography files with
./tests/run-tests.sh
See README.md in the tests directory for setup instructions.
Owner
- Name: Artificial Intelligence Group - University of Basel
- Login: aibasel
- Kind: organization
- Location: Basel, Switzerland
- Website: https://ai.dmi.unibas.ch/
- Repositories: 4
- Profile: https://github.com/aibasel
GitHub Events
Total
- Watch event: 5
- Issue comment event: 1
- Push event: 56
- Pull request event: 6
- Pull request review event: 14
- Pull request review comment event: 26
- Fork event: 4
Last Year
- Watch event: 5
- Issue comment event: 1
- Push event: 56
- Pull request event: 6
- Pull request review event: 14
- Pull request review comment event: 26
- Fork event: 4
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 26
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Total issue authors: 0
- Total pull request authors: 9
- Average comments per issue: 0
- Average comments per pull request: 0.23
- Merged pull requests: 26
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 10
- Average time to close issues: N/A
- Average time to close pull requests: about 19 hours
- Issue authors: 0
- Pull request authors: 4
- Average comments per issue: 0
- Average comments per pull request: 0.2
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- drexlerd (4)
- msalerno2 (4)
- phoeft670 (4)
- ThatGuyIKnow (4)
- arnaudlequen (2)
- jendrikseipp (2)
- DillonZChen (2)
- Martin36 (2)
- ctpelok77 (2)