From 254d7fd77bd6ced9b65bb0cb3cd59f08d4e0c752 Mon Sep 17 00:00:00 2001
From: Jochen Martin Eppler <j.eppler@fz-juelich.de>
Date: Mon, 27 Feb 2017 22:22:24 +0100
Subject: [PATCH] Update for NEST 2.12.0 and make citation rules consistent
---
CHANGES | 5 ++
CMakeLists.txt | 2 +-
README.md | 65 +++++++--------------
extras/create_rcsinfo.sh | 2 +-
extras/userdoc/md/documentation/download.md | 51 +++++++++-------
extras/userdoc/md/documentation/index.md | 35 ++++++-----
6 files changed, 78 insertions(+), 82 deletions(-)
create mode 100644 CHANGES
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 00000000..ec902210
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,5 @@
+
+For a full list of changes between the different releases of NEST,
+please see the release page on GitHub:
+
+ https://github.com/nest/nest-simulator/releases
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ecb7213b..ec2a53e2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,7 @@ set( NEST_USER_EMAIL "nest_user@nest-initiative.org" )
# VERSION exported to libnestutil/config.h, extras/create_release.sh
set( NEST_VERSION_MAJOR 2 )
-set( NEST_VERSION_MINOR 11 )
+set( NEST_VERSION_MINOR 12 )
set( NEST_VERSION_PATCHLEVEL 0 )
set( NEST_VERSION_VERSION "${NEST_VERSION_MAJOR}.${NEST_VERSION_MINOR}.${NEST_VERSION_PATCHLEVEL}" )
diff --git a/README.md b/README.md
index 9a51b395..85f5a3eb 100644
--- a/README.md
+++ b/README.md
@@ -105,65 +105,42 @@ you received in the NEST sources.
## Citing NEST
-Please cite NEST if you use it in your work. If you use this version of NEST,
-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](http://dx.doi.org/10.5281/zenodo.44222).
+Please cite NEST if you use it in your work.
-Here is a suitable BibTeX entry:
+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](http://dx.doi.org/10.5281/zenodo.259534).
-```latex
-@misc{bos_2015_44222,
- author = {Bos, Hannah and
- Morrison, Abigail and
- Peyser, Alexander and
- Hahne, Jan and
- Helias, Moritz and
- Kunkel, Susanne and
- Ippen, Tammo and
- Eppler, Jochen Martin and
- Schmidt, Maximilian and
- Seeholzer, Alex and
- Djurfeldt, Mikael and
- Diaz, Sandra and
- Morén, Janne and
- Deepu, Rajalekshmi and
- Stocco, Teo and
- Deger, Moritz and
- Michler, Frank and
- Plesser, Hans Ekkehard},
- title = {NEST 2.10.0},
- month = dec,
- year = 2015,
- doi = {10.5281/zenodo.44222},
- url = {http://dx.doi.org/10.5281/zenodo.44222}
-}
-```
+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](http://dx.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](http://dx.doi.org/10.5281/zenodo.32969).
+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](http://dx.doi.org/10.5281/zenodo.32969).
-For all other versions below NEST v2.8.0 please use: [Gewaltig M-O & Diesmann M
-(2007) NEST (Neural Simulation Tool) Scholarpedia
+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)},
+ author = {Marc-Oliver Gewaltig and Markus Diesmann},
+ title = {NEST (NEural Simulation Tool)},
journal = {Scholarpedia},
- year = {2007},
- volume = {2},
- pages = {1430},
- number = {4}
+ year = {2007},
+ volume = {2},
+ pages = {1430},
+ number = {4}
}
```
Please get in touch with us about your publications that used NEST, we will add
-it to our publication list, thus making it visible to potential readers.
+them to our [publication list](http://www.nest-simulator.org/publications), thus
+making them visible to potential readers.
## Editor support
diff --git a/extras/create_rcsinfo.sh b/extras/create_rcsinfo.sh
index 71be4467..1b2200a7 100755
--- a/extras/create_rcsinfo.sh
+++ b/extras/create_rcsinfo.sh
@@ -6,7 +6,7 @@
# default value, if git is not installed or if the source directory is
# not under version control
-version="v2.11.0"
+version="v2.12.0"
# check if we can run the git command
if command -v git >/dev/null 2>&1; then
diff --git a/extras/userdoc/md/documentation/download.md b/extras/userdoc/md/documentation/download.md
index 1519e905..2eb3710d 100644
--- a/extras/userdoc/md/documentation/download.md
+++ b/extras/userdoc/md/documentation/download.md
@@ -13,31 +13,42 @@ For details about how to contribute to the development of NEST, see the [develop
## Citing NEST
-Please cite NEST in any of your work which is based on NEST.
+Please cite NEST if you use it in your work.
-If you use this version of NEST, 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](http://dx.doi.org/10.5281/zenodo.44222).
+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](http://dx.doi.org/10.5281/zenodo.259534).
-For all other versions below NEST v2.8.0 use: Gewaltig M-O & Diesmann M (2007)
-[NEST (Neural Simulation Tool)](http://www.scholarpedia.org/article/NEST_(Neural_Simulation_Tool))
-*Scholarpedia* 2(4):1430.
+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](http://dx.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](http://dx.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:
- @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}
- }
-
-If you tell us about your publications that used NEST, we will add it to our
-publication list, thus making it visible to potential readers.
+```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](publications.md), thus making them visible
+to potential readers.
## Ubuntu 15.10 Live Media with NEST 2.8.0
diff --git a/extras/userdoc/md/documentation/index.md b/extras/userdoc/md/documentation/index.md
index f3398435..b8ed2a7c 100644
--- a/extras/userdoc/md/documentation/index.md
+++ b/extras/userdoc/md/documentation/index.md
@@ -6,7 +6,7 @@
Use NEST for your research, modify and improve it
- Current Release [NEST 2.10.0 (Dec 31 2015)](download.md)
+ Current Release [NEST 2.12.0 (Feb 24 2017)](download.md)
- *Tools for modern computational neuroscience*
@@ -125,20 +125,24 @@ To learn more about the capabilities of NEST, see the [Feature summary](features
## Please cite NEST and tell us about your work
-If you have used NEST for your work either directly or via PyNN, please cite it
-in your publications as:
+Please cite NEST if you use it in your work.
-For 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](http://dx.doi.org/10.5281/zenodo.44222).
+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](http://dx.doi.org/10.5281/zenodo.259534).
-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](http://dx.doi.org/10.5281/zenodo.32969).
+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](http://dx.doi.org/10.5281/zenodo.44222).
-For all other versions below NEST v2.8.0 please use:
-Gewaltig M-O & Diesmann M (2007) [NEST (Neural Simulation Tool)](http://www.scholarpedia.org/article/NEST_(Neural_Simulation_Tool))
-*Scholarpedia* 2(4):1430.
+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](http://dx.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 suitable BibTeX entry:
@@ -152,10 +156,9 @@ Here is suitable BibTeX entry:
number = {4}
}
-If you tell us about your publications that used [NEST](download.md),
-we will add it to our [publication list](publications.md),
-thus making it visible to potential readers. Send us your reference or even a
-reprint, using the mail address given on the [contact page](impressum.md).
+Please get in touch with us about your publications that used NEST, we will
+add them to our [publication list](publications.md), thus making them visible
+to potential readers.
## NEST logo for your poster or presentation
--
GitLab