-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kayla Iacovino
committed
Jul 12, 2021
1 parent
7a7d6d7
commit dc36f23
Showing
1 changed file
with
77 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,77 @@ | ||
{ | ||
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"license": "https://spdx.org/licenses/MIT", | ||
"codeRepository": "https://github.com/kaylai/VESIcal", | ||
"dateCreated": "2021-06-22", | ||
"datePublished": "2021-06-22", | ||
"dateModified": "2021-06-22", | ||
"downloadUrl": "https://github.com/kaylai/VESIcal", | ||
"name": "VESIcal", | ||
"version": "1.0.1", | ||
"identifier": "10.5281/zenodo.4914503", | ||
"description": "A generalized python library for calculating and plotting various things related to mixed volatile (H2O-CO2) solubility in silicate melts.", | ||
"applicationCategory": "Geology", | ||
"referencePublication": "https://doi.org/10.1029/2020EA001584", | ||
"keywords": [ | ||
"volatile solubility", | ||
"volcanology", | ||
"petrology", | ||
"igneous" | ||
], | ||
"programmingLanguage": [ | ||
"Python 3" | ||
], | ||
"relatedLink": [ | ||
"https://vesical.readthedocs.io/en/latest/" | ||
], | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"@id": "http://orcid.org/0000-0002-2461-7748", | ||
"givenName": "Kayla", | ||
"familyName": "Iacovino", | ||
"email": "[email protected]", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "Jacobs, NASA Johnson Space Center" | ||
} | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Simon", | ||
"familyName": "Matthews", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "University of Iceland" | ||
} | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Penny E.", | ||
"familyName": "Wieser", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "University of Cambridge" | ||
} | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Gordon M.", | ||
"familyName": "Moore", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "Jacobs, NASA Johnson Space Center" | ||
} | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Florence", | ||
"familyName": "Bégué", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "University of Geneva" | ||
} | ||
} | ||
] | ||
} |