diff --git a/doc/index.rst b/doc/index.rst index a181dd529c..37d5b08545 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -33,17 +33,64 @@ Documentation organisation Citing Arbor ------------ -The Arbor software can be cited via Zenodo: |zlatest| +The Arbor software can be cited by version via Zenodo or via Arbors introductory paper. + +Latest version + |zlatest| + +Version 0.5 + |z05| + + .. 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| + +Version 0.1 + |z01| + +Introductory paper + .. code-block:: latex + + @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}} + + Alternative citation formats for the paper can be `downloaded here `_, and a preprint is available at `arXiv `_. + .. |zlatest| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1459678.svg :target: https://doi.org/10.5281/zenodo.1459678 -Previous versions of Arbor can be cited specifically: - -* Version 0.5: |z05| -* Version 0.2: |z02| -* Version 0.1: |z01| - .. |z05| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4428108.svg :target: https://doi.org/10.5281/zenodo.4428108 @@ -53,22 +100,6 @@ Previous versions of Arbor can be cited specifically: .. |z01| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1459679.svg :target: https://doi.org/10.5281/zenodo.1459679 -The following BibTeX entry can be used to cite the Arbor introductory paper: - -.. code-block:: latex - - @INPROCEEDINGS{ - paper:arbor2019, - author={N. A. {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}} - -Alternative citation formats for the paper can be `downloaded here `_, and a preprint is available at `arXiv `_. - Acknowledgements ---------------- @@ -78,6 +109,8 @@ No. 785907 (Human Brain Project SGA2), and Specific Grant Agreement No. 945539 ( Arbor is an `eBrains project `_. +A full list of our software attributions can be found `here `_. + .. toctree:: :caption: Get started: :maxdepth: 1 diff --git a/doc/scripts/divio_docs_theme/static/css/divio.css b/doc/scripts/divio_docs_theme/static/css/divio.css index 2548d51712..20d9f53591 100644 --- a/doc/scripts/divio_docs_theme/static/css/divio.css +++ b/doc/scripts/divio_docs_theme/static/css/divio.css @@ -4103,7 +4103,7 @@ div[class^='highlight'] pre { .wy-menu-vertical { width: 300px; } -.wy-menu-vertical header, .wy-menu-vertical p.caption { +.wy-menu-vertical header, .wy-menu-vertical p.caption, .wy-menu-vertical p { height: 32px; display: inline-block; line-height: 32px; diff --git a/doc/scripts/divio_docs_theme/static/favicon.ico b/doc/scripts/divio_docs_theme/static/favicon.ico deleted file mode 100644 index 92682f005a..0000000000 Binary files a/doc/scripts/divio_docs_theme/static/favicon.ico and /dev/null differ diff --git a/doc/scripts/divio_docs_theme/static/favicon.png b/doc/scripts/divio_docs_theme/static/favicon.png deleted file mode 100644 index d397a5aa0a..0000000000 Binary files a/doc/scripts/divio_docs_theme/static/favicon.png and /dev/null differ