Skip to content

Commit e120823

Browse files
committed
chore: add CITATION.md (leanprover-community#34708)
This PR adds a CITATION.md file with bibtex for citing the mathlib CPP 2020 paper. 🤖 Prepared with Claude Code
1 parent 75d3f74 commit e120823

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CITATION.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Citing mathlib
2+
3+
If you use mathlib in your work, please cite:
4+
5+
> The mathlib Community. *The Lean Mathematical Library.* CPP 2020.
6+
> https://doi.org/10.1145/3372885.3373824
7+
8+
## BibTeX
9+
10+
```bibtex
11+
@inproceedings{mathlib2020,
12+
author = {{The mathlib Community}},
13+
title = {The {L}ean {M}athematical {L}ibrary},
14+
booktitle = {Proceedings of the 9th {ACM} {SIGPLAN} International Conference
15+
on Certified Programs and Proofs},
16+
series = {CPP 2020},
17+
publisher = {ACM},
18+
address = {New Orleans, LA, USA},
19+
year = {2020},
20+
month = jan,
21+
doi = {10.1145/3372885.3373824},
22+
url = {https://doi.org/10.1145/3372885.3373824}
23+
}
24+
```

0 commit comments

Comments
 (0)