forked from wbhart/nemoweb
-
Notifications
You must be signed in to change notification settings - Fork 2
/
authors.txt
60 lines (46 loc) · 2.13 KB
/
authors.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<h2>Authors</h2>
<p>Nemo has been developed since 2014 by a number of people. Initially
the library was started by William Hart, Claus Fieker, Fredrik Johansson
and Tommy Hofmann.</p>
<p>The authors of Nemo to date:</p>
<ul>
<li>William Hart -- maintainer, general infrastructure, Flint wrapper,
Pari wrapper, initial generic modules and overall design (supported by
DFG Priority programme SPP1489)</li>
<li>Tommy Hofmann -- maintainer, fq_poly, fq_nmod_poly, nmod_mat and nmod_poly
modules, plus numerous (also one of the main authors of Hecke)
patches</li>
<li>Claus Fieker -- maintainer, numerous patches to build system, polynomial,
linear algebra and number fields code (also one of the main authors of
Hecke and supervisor of student projects using Nemo)
</li>
<li>Fredrik Johansson -- maintainer, polynomial truncation and mullow,
Chebyshev polynomials and exp for power series</li>
<li>Marek Kaluba -- Contributor of permutation groups, Young Tableux and
characters code to AbstractAlgebra.jl.</ul>
<h3>Citing Nemo</h3>
<p>If your research depends on computations done with Nemo,
please consider giving us a formal citation:</p>
<ul>
<li>Claus Fieker, William Hart, Tommy Hofmann and Fredrik Johansson,
<a href="http://doi.acm.org/10.1145/3087604.3087611">Nemo/Hecke: Computer Algebra and Number Theory Packages for the Julia
Programming Language</a>. In: Proceedings of ISSAC '17, pages 157–164, New York, NY, USA, 2017. ACM.
</li>
</ul>
<pre>
@inproceedings{nemo,
author = {Fieker, Claus and Hart, William and Hofmann, Tommy and Johansson, Fredrik},
title = {Nemo/Hecke: Computer Algebra and Number Theory Packages for the Julia Programming Language},
booktitle = {Proceedings of the 2017 ACM on International Symposium on Symbolic and Algebraic Computation},
series = {ISSAC '17},
year = {2017},
pages = {157--164},
numpages = {8},
url = {http://doi.acm.org/10.1145/3087604.3087611},
doi = {10.1145/3087604.3087611},
publisher = {ACM},
address = {New York, NY, USA},
}
</pre>
<p>If you depend on a specific algorithm, please also consider
citing the paper where that algorithm is described (if available).</p>