Skip to content

Commit

Permalink
fixes to get zenodo to work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkedavida committed Aug 15, 2023
1 parent 8c513b3 commit 9ac95fc
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 3 deletions.
62 changes: 62 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"description": "A set of Python tools for analyzing physics data, in particular targeting lattice QCD.",
"license": "MIT",
"title": "LatticeQCD/LatticeToolbox: The first release version.",
"version": "v1.0.0",
"upload_type": "software",
"publication_date": "2023-08-12",
"creators": [
{
"affiliation": "University of Utah",
"name": "D. A. Clarke"
},
{
"affiliation": "Bielefeld University",
"name": "Luis Altenkort"
},
{
"affiliation": "RIKEN",
"name": "Jishnu Goswami"
},
{
"affiliation": "Bielefeld University",
"name": "O. Kaczmarek"
},
{
"affiliation": "Paderborn University",
"name": "L. Mazur"
},
{
"name": "H. Sandmeyer"
},
{
"affiliation": "National Taiwan University",
"name": "M. Sarkar"
},
{
"affiliation": "Bielefeld University",
"name": "C. Schmidt"
},
{
"affiliation": "Brookhaven National Laboratory",
"name": "H.-T. Shu"
},
{
"affiliation": "Bielefeld University",
"name": "T. Ueding"
}
],
"access_right": "open",
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/LatticeQCD/LatticeToolbox/tree/v1.0.0",
"relation": "isSupplementTo"
},
{
"scheme": "doi",
"identifier": "10.5281/zenodo.8241876",
"relation": "isVersionOf"
}
]
}
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,21 @@ If none of the above cases apply, you may also send an email to clarke(dot)david
[H.-T. Shu](https://github.com/haitaoshu),
[T. Ueding](https://github.com/SiggiUphues)

<!--
## Crediting LatticeToolbox

If you used this code in your research, your teaching, or found it generally useful, please help
us out by citing
-->
```
@inproceedings{Altenkort:2023xxi,
author = "Altenkort, Luis and Clarke, David Anthony and Goswami, Jishnu and Sandmeyer, Hauke",
title = "{Streamlined data analysis in Python}",
eprint = "2308.06652",
archivePrefix = "arXiv",
primaryClass = "hep-lat",
month = "8",
year = "2023"
}
```

## Acknowledgments

Expand Down

0 comments on commit 9ac95fc

Please sign in to comment.