Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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