diff --git a/README.md b/README.md index be025772a0..93a4727f2f 100644 --- a/README.md +++ b/README.md @@ -125,61 +125,6 @@ to find out how to install NEST. Please cite NEST if you use it in your work. -If you use NEST 3.0, please cite it as **Hahne, Jan et al. (2021). -NEST 3.0. Zenodo. 10.5281/zenodo.4739103**. The full citation is available -in different formats on [Zenodo](https://doi.org/10.5281/zenodo.4739103). - -If you use NEST 2.20.1, please cite it as **Fardet, Tanguy et al. (2020) -NEST 2.20.1. Zenodo. 10.5281/zenodo.4018718**. The full citation is available -in different formats on [Zenodo](https://doi.org/10.5281/zenodo.4018718). - -If you use NEST 2.20.0, please cite it as **Fardet, Tanguy et al. (2020) -NEST 2.20.0. Zenodo. 10.5281/zenodo.3605514**. The full citation is available -in different formats on [Zenodo](https://doi.org/10.5281/zenodo.3605514). - -If you use NEST 2.18.0, please cite it as **Jordan, Jakob et al. (2019) -NEST 2.18.0. Zenodo. 10.5281/zenodo.2605422**. The full citation is available -in different formats on [Zenodo](https://doi.org/10.5281/zenodo.2605422). - -If you use NEST 2.16.0, please cite it as **Linssen, Charl et al. (2018) -NEST 2.16.0. Zenodo. 10.5281/zenodo.1400175**. The full citation is available -in different formats on [Zenodo](https://doi.org/10.5281/zenodo.1400175). - -If you use NEST 2.14.0, please cite it as **Peyser, Alexander et al. (2017). -NEST 2.14.0. Zenodo. 10.5281/zenodo.882971**. The full citation is available -in different formats on [Zenodo](https://doi.org/10.5281/zenodo.882971). - -If you use NEST 2.12.0, please cite it as **Kunkel, Susanne et al. (2017). -NEST 2.12.0. Zenodo. 10.5281/zenodo.259534**. The full citation is available -in different formats on [Zenodo](https://doi.org/10.5281/zenodo.259534). - -If you use NEST v2.10.0, please cite it as **Bos, Hannah et al. (2015). -NEST 2.10.0. Zenodo. 10.5281/zenodo.44222**. The full citation is available -in different formats on [Zenodo](https://doi.org/10.5281/zenodo.44222). - -If you use NEST v2.8.0, please cite it as **Eppler, Jochen Martin et al. (2015). -NEST 2.8.0. Zenodo. 10.5281/zenodo.32969**. The full citation is available -in different formats on [Zenodo](https://doi.org/10.5281/zenodo.32969). - -For all versions below NEST v2.8.0 and for citing NEST without referring to a -specific version, please use: [Gewaltig M-O & Diesmann M (2007) NEST (Neural -Simulation Tool) Scholarpedia -2(4):1430](http://www.scholarpedia.org/article/NEST_(Neural_Simulation_Tool)). - -Here is a suitable BibTeX entry: - -```latex -@ARTICLE{Gewaltig:NEST, - author = {Marc-Oliver Gewaltig and Markus Diesmann}, - title = {NEST (NEural Simulation Tool)}, - journal = {Scholarpedia}, - year = {2007}, - volume = {2}, - pages = {1430}, - number = {4} -} -``` - -Please get in touch with us about your publications that used NEST, we will add -them to our [publication list](https://www.nest-simulator.org/publications), thus -making them visible to potential readers. +- You can find all the information for [citing NEST here](https://nest-simulator.readthedocs.io/en/latest/citing-nest.html) + + diff --git a/doc/userdoc/citing-nest.rst b/doc/userdoc/citing-nest.rst index a15413de4f..5be362addf 100644 --- a/doc/userdoc/citing-nest.rst +++ b/doc/userdoc/citing-nest.rst @@ -3,31 +3,14 @@ Cite NEST ========= -Please cite NEST if you use it in your work. You can :doc:`let us know ` about your publications that used NEST, and we +Please cite the version of NEST you used in your work. You can :doc:`let us know ` about your publications that used NEST, and we will add them to our `publication list `_; this will help make them visible to potential readers. -For the full citation and additional formats follow the doi Zenodo link. +For all versions from 2.8 onwards, you can find the full citation `on Zenondo `_. -Cite the version you used in your work: -Hahne, Jan et al. (2021). **NEST 3.0** Zenodo. https://doi.org/10.5281/zenodo.4739103 - -Fardet, Tanguy et al. (2020). **NEST 2.20.1** Zenodo. https://doi.org/10.5281/zenodo.4018718 - -Fardet, Tanguy et al. (2020). **NEST 2.20.0** Zenodo. https://doi.org/10.5281/zenodo.3605514 - -Jordan, Jakob et al. (2019). **NEST 2.18.0** Zenodo. https://doi.org/10.5281/zenodo.2605422 - -Linssen, Charl et al. (2018). **NEST 2.16.0** Zenodo. https://doi.org/10.5281/zenodo.1400175 - -Peyser, Alexander et al. (2017). **NEST 2.14.0** Zenodo. https://doi.org/10.5281/zenodo.882971 - -Kunkel, Susanne et al. (2017). **NEST 2.12.0** Zenodo. https://doi.org/10.5281/zenodo.259534 - -Bos, Hannah et al. (2015). **NEST 2.10.0** Zenodo. https://doi.org/10.5281/zenodo.44222 - -Eppler, Jochen Martin et al. (2015). **NEST 2.8.0** Zenodo. https://doi.org/10.5281/zenodo.32969 +---- For all versions below NEST 2.8.0 and for citing NEST without referring to a specific version, please use: `Gewaltig M-O & Diesmann M (2007) NEST (Neural Simulation Tool) Scholarpedia diff --git a/doc/userdoc/conf.py b/doc/userdoc/conf.py index ad89382f30..eeba7ed2fa 100644 --- a/doc/userdoc/conf.py +++ b/doc/userdoc/conf.py @@ -155,6 +155,7 @@ numfig_secnum_depth = (2) numfig_format = {'figure': 'Figure %s', 'table': 'Table %s', 'code-block': 'Code Block %s'} + # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for @@ -300,7 +301,6 @@ def copy_acknowledgments_file(src): # -- Copy Acknowledgments file ---------------------------- copy_acknowledgments_file(source_dir / "ACKNOWLEDGMENTS.md") - # -- Copy documentation for Microcircuit Model ---------------------------- copy_example_file(source_dir / "pynest/examples/Potjans_2014/box_plot.png") copy_example_file(source_dir / "pynest/examples/Potjans_2014/raster_plot.png")