Skip to content

Commit

Permalink
Updates for NEST 2.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jougs committed Oct 20, 2017
1 parent c9d9325 commit de83e9e
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 12 )
set( NEST_VERSION_MINOR 14 )
set( NEST_VERSION_PATCHLEVEL 0 )

set( NEST_VERSION_VERSION "${NEST_VERSION_MAJOR}.${NEST_VERSION_MINOR}.${NEST_VERSION_PATCHLEVEL}" )
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/nest/nest-simulator.svg?branch=master)](https://travis-ci.org/nest/nest-simulator)
[![License](http://img.shields.io/:license-GPLv2+-green.svg)](http://www.gnu.org/licenses/gpl-2.0.html)
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.259534.svg)](http://dx.doi.org/10.5281/zenodo.259534)
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.882971.svg)](http://dx.doi.org/10.5281/zenodo.882971)

NEST is a simulator for spiking neural network models that focuses on the
dynamics, size and structure of neural systems rather than on the exact
Expand Down Expand Up @@ -111,6 +111,10 @@ you received in the NEST sources.

Please cite NEST if you use it in your work.

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](http://dx.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](http://dx.doi.org/10.5281/zenodo.259534).
Expand Down
2 changes: 1 addition & 1 deletion extras/create_rcsinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# default value, if git is not installed or if the source directory is
# not under version control
version="v2.12.0"
version="v2.14.0"

# check if we can run the git command
if command -v git >/dev/null 2>&1; then
Expand Down
10 changes: 7 additions & 3 deletions extras/userdoc/md/documentation/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ To find out more about NEST, see the [list of features](features.md)
and the [user documentation](documentation.md).
For details about how to contribute to the development of NEST, see the [developer space](http://nest.github.io/nest-simulator).

- [Download Current release (NEST 2.12.0)](http://www.nest-simulator.org/download/#releases)
- [Previous release (NEST 2.10.0)](https://github.com/nest/nest-simulator/releases/tag/v2.10.0)
- [Download Current release (NEST 2.14.0)](http://www.nest-simulator.org/download/#releases)
- [Previous release (NEST 2.12.0)](https://github.com/nest/nest-simulator/releases/tag/v2.12.0)
- [All NEST Releases](https://github.com/nest/nest-simulator/tags)
- [Current developer version](https://github.com/nest/nest-simulator)

## Citing NEST

Please cite NEST if you use it in your work.

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](http://dx.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](http://dx.doi.org/10.5281/zenodo.259534).
Expand Down Expand Up @@ -86,4 +90,4 @@ computer, especially for Windows and Mac OS X users.

- [Checksum](http://www.nest-simulator.org/downloads/gplreleases/lubuntu-15.10_nest-2.8.0.ova.sha512sum)
(sha512sum)


6 changes: 5 additions & 1 deletion extras/userdoc/md/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Use NEST for your research, modify and improve it

Current Release [NEST 2.12.0 (Feb 24 2017)](download.md)
Current Release [NEST 2.14.0 (Oct 20 2017)](download.md)

- *Tools for modern computational neuroscience*

Expand Down Expand Up @@ -127,6 +127,10 @@ To learn more about the capabilities of NEST, see the [Feature summary](features

Please cite NEST if you use it in your work.

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](http://dx.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](http://dx.doi.org/10.5281/zenodo.259534).
Expand Down
2 changes: 1 addition & 1 deletion extras/userdoc/md/documentation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Installation instructions here have been tested under OS X 10.11 *El Capitan* an

mkdir NEST # directory for all NEST stuff
cd NEST
tar zxf nest-2.12.0.tar.gz
tar zxf nest-2.14.0.tar.gz
mkdir bld
cd bld

Expand Down

0 comments on commit de83e9e

Please sign in to comment.