|
6 | 6 | "source": [ |
7 | 7 | "# Distance-regular graph parameter checking in Sage\n", |
8 | 8 | "\n", |
9 | | - "[](https://doi.org/10.5281/zenodo.1418410)\n", |
| 9 | + "[](https://doi.org/10.5281/zenodo.1418409)\n", |
10 | 10 | "\n", |
11 | 11 | "A Sage package for checking the feasibility of distance-regular graph parameter sets.\n", |
12 | 12 | "A more detailed description, along with some results, is available in a [manuscript](https://arxiv.org/abs/1803.10797) currently available on arXiv." |
|
157 | 157 | "\n", |
158 | 158 | "* J. Vidali. Using symbolic computation to prove nonexistence of distance-regular graphs. *Electron. J. Combin.*, 25(4)#P4.21, 2018. [`http://www.combinatorics.org/ojs/index.php/eljc/article/view/v25i4p21`](http://www.combinatorics.org/ojs/index.php/eljc/article/view/v25i4p21).\n", |
159 | 159 | "\n", |
160 | | - "* J. Vidali. `jaanos/sage-drg`: `sage-drg` v0.8, 2018. [`https://github.com/jaanos/sage-drg/`](https://github.com/jaanos/sage-drg/), [`doi:10.5281/zenodo.1418410`](http://dx.doi.org/10.5281/zenodo.1418410).\n", |
| 160 | + "* J. Vidali. `jaanos/sage-drg`: `sage-drg` v0.9, 2019. [`https://github.com/jaanos/sage-drg/`](https://github.com/jaanos/sage-drg/), [`doi:10.5281/zenodo.1418409`](http://dx.doi.org/10.5281/zenodo.1418409).\n", |
161 | 161 | "\n", |
162 | 162 | "```latex\n", |
163 | 163 | "@article{v18a,\n", |
|
174 | 174 | "\n", |
175 | 175 | "@software{v18b,\n", |
176 | 176 | " AUTHOR = {Vidali, Jano\\v{s}},\n", |
177 | | - " TITLE = {{\\tt jaanos/sage-drg}: {\\tt sage-drg} v0.8},\n", |
| 177 | + " TITLE = {{\\tt jaanos/sage-drg}: {\\tt sage-drg} v0.9},\n", |
178 | 178 | " NOTE = {\\url{https://github.com/jaanos/sage-drg/},\n", |
179 | | - " \\href{http://dx.doi.org/10.5281/zenodo.1418410}{\\texttt{10.5281/zenodo.1418410}}},\n", |
180 | | - " YEAR = {2018},\n", |
| 179 | + " \\href{http://dx.doi.org/10.5281/zenodo.1418409}{\\texttt{10.5281/zenodo.1418409}}},\n", |
| 180 | + " YEAR = {2019},\n", |
181 | 181 | "}\n", |
182 | 182 | "```\n", |
183 | 183 | "\n", |
|
0 commit comments