-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Added codemeta.json file required by SoftwareHeritage
Signed-off-by: Nicola VIGANÒ <[email protected]>
Showing
1 changed file
with
54 additions
and
0 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,54 @@ | ||
{ | ||
"@context": "https://w3id.org/codemeta/3.0", | ||
"type": "SoftwareSourceCode", | ||
"applicationCategory": "Computed Tomography", | ||
"author": [ | ||
{ | ||
"id": "https://orcid.org/0000-0003-1704-5574", | ||
"type": "Person", | ||
"affiliation": { | ||
"type": "Organization", | ||
"name": "CEA-IRIG, UGA, MEM, Grenoble, France" | ||
}, | ||
"email": "[email protected]", | ||
"familyName": "Viganò", | ||
"givenName": "Nicola" | ||
}, | ||
{ | ||
"id": "_:author_2", | ||
"type": "Person", | ||
"affiliation": { | ||
"type": "Organization", | ||
"name": "ESRF - The European Synchrotron" | ||
}, | ||
"email": "[email protected]", | ||
"familyName": "Lesaint", | ||
"givenName": "Jerome" | ||
}, | ||
{ | ||
"id": "https://orcid.org/0000-0001-9798-8710", | ||
"type": "Person", | ||
"familyName": "Harrison", | ||
"givenName": "Patrick" | ||
} | ||
], | ||
"codeRepository": "github.com:cicwi/PyCorrectedEmissionCT.git", | ||
"description": "Physically corrected projectors for X-ray-induced emission CT. PyCorrectedEmissionCT is usually abbreviated to its Python module name: corrct (either pronounced \"corr-C-T\" or \"correct\").", | ||
"identifier": "10.5281/zenodo.3569684", | ||
"keywords": [ | ||
"xrf-ct", | ||
"X-ray", | ||
"self-attenuation", | ||
"attenuation correction", | ||
"tomography" | ||
], | ||
"license": "https://spdx.org/licenses/BSD-3-Clause", | ||
"name": "PyCorrectedEmissionCT", | ||
"operatingSystem": [ | ||
"Linux", | ||
"Windows", | ||
"macOS" | ||
], | ||
"programmingLanguage": "Python", | ||
"issueTracker": "https://github.com/cicwi/PyCorrectedEmissionCT/issues" | ||
} |