Skip to content

Commit

Permalink
missing comma in BibTeX entry (NeuralEnsemble#401)
Browse files Browse the repository at this point in the history
Fixed Elephant citation BibTex
  • Loading branch information
apdavison committed Feb 8, 2021
1 parent d68a5f8 commit f56a62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/citation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A BibTeX entry for LaTeX users is:
booktitle = {Neuroinformatics 2018},
title = {{C}ollaborative {HPC}-enabled workflows on the {HBP} {C}ollaboratory using the {E}lephant framework},
pages = {P19},
year = {2018}
year = {2018},
doi = {10.12751/incf.ni2018.0019},
url = {https://abstracts.g-node.org/conference/NI2018/abstracts#/uuid/023bec4e-0c35-4563-81ce-2c6fac282abd},
}
Expand All @@ -31,4 +31,4 @@ Further publications directly related to Elephant development
.. bibliography:: bib/elephant.bib
:labelprefix: citations-
:keyprefix: citations-
:style: unsrt
:style: unsrt

0 comments on commit f56a62a

Please sign in to comment.