Add citation information to README
[clav.git] / README
blob75e5b55ea56d94221e3cd8ddfeb5f22dad3c86c1
1 Clav (CLuster Algebra Visualizer) is a program to visualize cluster
2 algebras [0], [1], [2], [3] as quivers. It is similar to Keller's Java
3 applet [4], but handles the half-weight edges and fat vertices needed
4 to deal with the quivers of Zicket [5].
6 Clav comes with two interfaces: an SDL interface and a more simplistic
7 CLI interface (which may prove useful for scripting). The program
8 clav-mutation-finder has also proven useful for automation of mass
9 quiver computations (it is probably best to compile that with an
10 optimizing compiler).
12 If you wish to cite Clav, something like this probably works:
14     @misc {gilles2019,
15             author = {S. Gilles},
16             title = {{CLAV}: {CLuster} {Algebra} {Visualizer}},
17             url = {https://repo.or.cz/clav.git},
18             version = {1.2},
19             date = {2019-03-27},
20     }
23 [0] Robert Marsh, Lecture notes on cluster algebras, European
24     Mathematical Society, Zürich, 2013.
25 [1] https://arxiv.org/abs/math/0104151
26 [2] https://arxiv.org/abs/math/0208229
27 [3] https://arxiv.org/abs/math/0305434
28 [4] https://webusers.imj-prg.fr/~bernhard.keller/quivermutation/
29 [5] https://arxiv.org/abs/1605.08297