forked from NeuralEnsemble/elephant
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added information on citing Elephant to documentation, fixed bib entr…
…ies (NeuralEnsemble#345) * Added CITATION.txt file to manifest, so it's included in packages. * Fixed doi entry to not include the doi resolver.
- Loading branch information
Showing
7 changed files
with
77 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
To refer to the Elephant software package in publications, please use | ||
Elephant (RRID:SCR_003833) | ||
|
||
To cite Elephant, please see doc/citation.rst. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
*************** | ||
Citing Elephant | ||
*************** | ||
|
||
To refer to the Elephant software package in publications, please use: **Elephant (RRID:SCR_003833)**. | ||
|
||
|
||
To cite Elephant, please use: | ||
|
||
**Denker M, Yegenoglu A, Grün S (2018) Collaborative HPC-enabled workflows on the HBP Collaboratory using the Elephant framework. Neuroinformatics 2018, P19. doi: 10.12751/incf.ni2018.0019** | ||
|
||
A BibTeX entry for LaTeX users is: | ||
|
||
.. code-block:: bibtex | ||
@conference{elephant18, | ||
author = {Denker, M. and Yegenoglu, A. and Grün, S.}, | ||
booktitle = {Neuroinformatics 2018}, | ||
title = {{C}ollaborative {HPC}-enabled workflows on the {HBP} {C}ollaboratory using the {E}lephant framework}, | ||
pages = {P19}, | ||
year = {2018} | ||
doi = {10.12751/incf.ni2018.0019}, | ||
url = {https://abstracts.g-node.org/conference/NI2018/abstracts#/uuid/023bec4e-0c35-4563-81ce-2c6fac282abd}, | ||
} | ||
Further publications directly related to Elephant development | ||
:cite:`citations-Rostami17_3,citations-Stella19_104022` (see | ||
`doc/bib/elephant.bib` for full BibTeX entries). | ||
|
||
.. bibliography:: bib/elephant.bib | ||
:labelprefix: citations- | ||
:keyprefix: citations- | ||
:style: unsrt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ Table of Contents | |
release_notes | ||
get_in_touch | ||
acknowledgments | ||
citation | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters