Skip to content

Commit c58e8ba

Browse files
committed
Add software citation source
1 parent 42869b8 commit c58e8ba

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ We have some algorithms brute-force searching for the codewords in a [q, n, d]-c
3838

3939
- [Eric Sabo's CodingTheory](https://github.com/esabo/CodingTheory) may offer more comprehensive support for coding theory computation
4040
- [Claus Fieker, William Hart, Tommy Hofmann, and Fredrik Johansson's Nemo/Hecke](https://github.com/thofma/Hecke.jl) provides useful computer algebra and number theory implementations within Julia that are used throughout within this package.
41+
42+
## Citation
43+
44+
If your research depends on CodingTheory.jl, please consider giving us a formal citation: [`citation.bib`](./citation.bib).

citation.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@software{ireland2021codingtheory,
2+
title={{CodingTheory.jl}: Pure {Julia} implementation of tools used in Coding Theory},
3+
author={Ireland, Jake W},
4+
year={2021},
5+
howpublished={\url{https://github.com/jakewilliami/CodingTheory.jl}},
6+
note={{Julia} package version 0.2.2}
7+
}

0 commit comments

Comments
 (0)