-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcodemeta.json
77 lines (77 loc) · 2.36 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
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"
}
}
]
}