Skip to content

Commit

Permalink
added DOI to citation files
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed May 7, 2016
1 parent b6fbd7a commit 67a0c42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CITATION.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Cite As:

Kyle E. Niemeyer and Nicholas J. Curtis (2015). pyJac version 1.0 [Software].
Available from https://github.com/kyleniemeyer/pyJac. doi:
Available from https://github.com/kyleniemeyer/pyJac.
[doi:10.5281/zenodo.51139](http://dx.doi.org/10.5281/zenodo.51139)

## BibTeX entry:

Expand All @@ -10,5 +11,6 @@ Available from https://github.com/kyleniemeyer/pyJac. doi:
title = {{pyJac}},
year = {2015},
howpublished = {Available via \url{https://github.com/kyleniemeyer/pyJac}},
doi = {}
doi = {10.5281/zenodo.51139},
Note = {Version 1.0}
}
4 changes: 2 additions & 2 deletions citation.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"affiliation": "University of Connecticut"
}
],
"identifier": "http://dx.doi.org/",
"identifier": "http://dx.doi.org/10.5281/zenodo.51139",
"codeRepository": "https://github.com/kyleniemeyer/pyJac",
"datePublished": "2015-",
"description": "pyJac creates code for CPU and GPU chemical kinetics Jacobian matrices",
"keywords": "Jacobian, chemical kinetics, SIMD, GPU",
"license": "https://opensource.org/licenses/MIT",
"title": "pyJac",
"version": "0.99",
"version": "1.0",
"uploadedBy":
{
"@id": "http://orcid.org/0000-0003-4425-7097",
Expand Down

0 comments on commit 67a0c42

Please sign in to comment.