-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes to get zenodo to work properly
- Loading branch information
1 parent
8c513b3
commit 9ac95fc
Showing
2 changed files
with
73 additions
and
3 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,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" | ||
} | ||
] | ||
} |
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