diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 0000000000000000000000000000000000000000..be62d506b192efdab81eaac2d75bcf1a257d17de --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,36 @@ +@INPROCEEDINGS{ + paper:arbor2019, + author={N. {Abi Akar} and B. {Cumming} and V. {Karakasis} and A. {Küsters} and W. {Klijn} and A. {Peyser} and S. {Yates}}, + booktitle={2019 27th Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP)}, + title={{Arbor --- A Morphologically-Detailed Neural Network Simulation Library for Contemporary High-Performance Computing Architectures}}, + year={2019}, month={feb}, volume={}, number={}, + pages={274--282}, + doi={10.1109/EMPDP.2019.8671560}, + ISSN={2377-5750}} + +@software{nora_abi_akar_2021_5031633, + author = {Nora Abi Akar and + John Biddiscombe and + Benjamin Cumming and + Marko Kabic and + Vasileios Karakasis and + Wouter Klijn and + Anne Küsters and + Alexander Peyser and + Stuart Yates and + Thorsten Hater and + Brent Huisman and + Espen Hagen and + Robin De Schepper and + Charl Linssen and + Harmen Stoppels and + Sebastian Schmitt and + Felix Huber}, + title = {Arbor Library v0.5.2}, + month = jun, + year = 2021, + publisher = {Zenodo}, + version = {v0.5.2}, + doi = {10.5281/zenodo.5031633}, + url = {https://doi.org/10.5281/zenodo.5031633} +} diff --git a/README.md b/README.md index 101615b699f894a91961bc5569f883a6fc7cfcb1..cf1190075e68510a93615945248eec1b52693553 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ An installation guide and library documentation are available online at [Read th ### Citing Arbor -Please refer to [our documentation](https://docs.arbor-sim.org/en/latest/index.html#citing-arbor). +The Arbor introductory paper and entry on Zenodo can be cited, see [CITATION.bib](CITATION.bib). Please refer to [our documentation](https://docs.arbor-sim.org/en/latest/index.html#citing-arbor) for more information. diff --git a/doc/index.rst b/doc/index.rst index 9cfaa69779393e51e496b8017d7cbe8d8ba0e10c..8ccc3e4950c3c942ab3b3002fce7f0b2c4d760bd 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -41,31 +41,6 @@ Latest version Version 0.5.2 |z052| - .. code-block:: latex - - @software{nora_abi_akar_2021_4428108, - author = {Nora {Abi Akar} and - John Biddiscombe and - Benjamin Cumming and - Felix Huber and - Marko Kabic and - Vasileios Karakasis and - Wouter Klijn and - Anne Küsters and - Alexander Peyser and - Stuart Yates and - Thorsten Hater and - Brent Huisman and - Sebastian Schmitt}, - title = {arbor-sim/arbor: Arbor Library v0.5}, - month = jan, - year = 2021, - publisher = {Zenodo}, - version = {v0.5}, - doi = {10.5281/zenodo.4428108}, - url = {https://doi.org/10.5281/zenodo.4428108} - } - Version 0.2 |z02| @@ -73,20 +48,18 @@ Version 0.1 |z01| Introductory paper - .. code-block:: latex + |intropaper| + + A preprint is available at `arXiv <https://arxiv.org/abs/1901.07454>`_. - @INPROCEEDINGS{ - paper:arbor2019, - author={N. {Abi Akar} and B. {Cumming} and V. {Karakasis} and A. {Küsters} and W. {Klijn} and A. {Peyser} and S. {Yates}}, - booktitle={2019 27th Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP)}, - title={{Arbor --- A Morphologically-Detailed Neural Network Simulation Library for Contemporary High-Performance Computing Architectures}}, - year={2019}, month={feb}, volume={}, number={}, - pages={274--282}, - doi={10.1109/EMPDP.2019.8671560}, - ISSN={2377-5750}} +Cite (Bibtex format) + Introductory paper and latest version on Zenodo: - Alternative citation formats for the paper can be `downloaded here <https://ieeexplore.ieee.org/abstract/document/8671560>`_, and a preprint is available at `arXiv <https://arxiv.org/abs/1901.07454>`_. + .. literalinclude:: ../CITATION.bib + :language: latex +.. |intropaper| image:: https://zenodo.org/badge/DOI/10.1109/EMPDP.2019.8671560.svg + :target: https://doi.org/10.1109/EMPDP.2019.8671560 .. |zlatest| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1459678.svg :target: https://doi.org/10.5281/zenodo.1459678