Skip to content

Commit 2edb8ed

Browse files
Update README.md
1 parent 1e73de4 commit 2edb8ed

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19827399.svg)](https://doi.org/10.5281/zenodo.19827399)
12
# Eisenstein
2-
Methods for computing various things related to integral Eisenstein circle packings. This includes:
3+
This code accompanies the paper *Eisenstein circle packings and the Eisenpint Schmidt arrangement* by James Rickards and Katherine E. Stange, and consists of methods for computing various things related to integral Eisenstein circle packings. This includes:
34
* Methods to generate primitive integral Eisenstein circle packings and perform the basic operations (swaps, reduction, etc.);
45
* Automatic creation of pictures of circle packings in LaTeX;
56
* Finding all curvatures in a given range in a packing;
@@ -13,15 +14,16 @@ Methods relating to searching for curvatures have been optimized for speed and m
1314

1415
## Bibtex
1516

16-
If you use this code in a project, please let me know! A suggested Bibtex entry would be:
17+
If you use this code in a project, please let me know! Here is a Bibtex entry that points to the latest version:
1718
```
18-
@misc{EisensteinCirclePackingCode,
19+
@software{EisensteinCode,
1920
AUTHOR = {Rickards, James},
20-
TITLE = {Eisenstein},
21-
YEAR = {2025},
22-
PUBLISHER = {GitHub},
23-
JOURNAL = {GitHub repository},
24-
HOWPUBLISHED = {\url{https://github.com/JamesRickards-Canada/Eisenstein}},
21+
DOI = {10.5281/zenodo.19827399},
22+
LICENSE = {GPL-3.0},
23+
TITLE = {{Eisenstein}},
24+
URL = {https://github.com/JamesRickards-Canada/Eisenstein},
25+
YEAR = {2026},
26+
VERSION = {1.0.0},
2527
}
2628
```
2729

0 commit comments

Comments
 (0)