Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yegor256/bibliography
My personal .bib file, which I use as a submodule in lecture notes and academic papers
https://github.com/yegor256/bibliography
bibliography bibtex latex
Last synced: about 1 month ago
JSON representation
My personal .bib file, which I use as a submodule in lecture notes and academic papers
- Host: GitHub
- URL: https://github.com/yegor256/bibliography
- Owner: yegor256
- License: mit
- Created: 2024-10-19T03:29:11.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-11T10:24:42.000Z (about 1 month ago)
- Last Synced: 2024-12-11T10:25:41.103Z (about 1 month ago)
- Topics: bibliography, bibtex, latex
- Language: TeX
- Homepage:
- Size: 5.56 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# My Personal BibTeX Bibliography
[![bibcop](https://github.com/yegor256/bibliography/actions/workflows/bibcop.yml/badge.svg)](https://github.com/yegor256/bibliography/actions/workflows/bibcop.yml)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/bibliography/blob/master/LICENSE.txt)If you want to use it too, just add it as a Git [submodule][submodule]
to your repo:```bash
git submodule add https://github.com/yegor256/bibliography
```They, use it in the `.tex` file:
```tex
\bibliography{bibliography/main.bib}
```I'm using this [`main.bib`][bib] file in almost all my lecture notes, including:
* [Software Quality Metrics (SQM)](https://github.com/yegor256/sqm)
* [Pain of OOP](https://github.com/yegor256/painofoop)
* [Open Source Best Practices](https://github.com/yegor256/osbp)
* [Practical Program Analysis](https://github.com/yegor256/ppa)[bib]: https://raw.githubusercontent.com/yegor256/bibliography/refs/heads/master/main.bib
[submodule]: https://git-scm.com/book/en/v2/Git-Tools-Submodules