-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (64 loc) · 2.56 KB
/
index.html
File metadata and controls
72 lines (64 loc) · 2.56 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<title>QuiverTools</title>
<script defer data-domain="quiver.tools" src="https://plausible.io/js/script.js"></script>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<style type="text/css">
body {font-family: "Helvetica Neue"; width: 50%; margin: auto}
</style>
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="a toolset to work with quivers and moduli of quiver representations" />
<meta name="twitter:image" content="https://quiver.tools/logo.png">
<meta name="title" content="quiver.tools">
<meta name="description" content="a toolset to work with quivers and moduli of quiver representations">
<meta property="og:type" content="website">
<meta property="og:url" content="http://quiver.tools">
<meta property="og:title" content="QuiverTools">
<meta property="og:description" content="QuiverTools is a toolset to work with quivers and moduli of quiver representations">
<meta property="og:image" content="https://quiver.tools/logo.png">
</head>
<body>
<center>
<img src="logo.svg"><br>
<h2>
A toolset to work with quivers<br>
and moduli of quiver representations
</h2>
</center>
<p>
QuiverTools is available as a <a href="https://sage.quiver.tools">SageMath library</a>
and as a <a href="https://julia.quiver.tools">Julia package</a>.
To install the version of your choice, follow its instructions:
<ul>
<li><a href="https://github.com/QuiverTools/QuiverTools">SageMath version</a>
<li><a href="https://github.com/QuiverTools/QuiverTools.jl">Julia version</a>
</ul>
</p>
<p>
An introduction to the mathematics behind QuiverTools
can be found in <a href="https://arxiv.org/abs/2506.19432">arXiv:2506.19432</a>.
</p>
<p>
If you use QuiverTools in your research, please cite it.
The following BibTeX entry is also a good starting point:
</p>
<p>
<code style="text-align: left;"><pre>@software{quivertools,
author = {Belmans, Pieter and Franzen, Hans and Petrella, Gianni},
title = {QuiverTools},
url = {https://quiver.tools},
doi = {10.5281/zenodo.1268022},
}</pre></code>
</p>
<p>
QuiverTools is developed by
<a href="https://pbelmans.ncag.info">Pieter Belmans</a>,
Hans Franzen and
<a href="https://giannipetrella.eu">Gianni Petrella</a>.
</p>
<!--<p>
For questions, bug reports or feature requests, please open an issue
on the respective GitHub repository.
</p>-->
</body>
</html>