-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
70 lines (70 loc) · 1.61 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"author": [
{
"@type": "Person",
"givenName": "Andrew",
"familyName": "Watson",
"@id": "https://orcid.org/0000-0003-3121-3255"
},
{
"@type": "Person",
"givenName": "Robin",
"familyName": "Long",
"@id": "https://orcid.org/0000-0003-2249-645X"
},
{
"@type": "Person",
"givenName": "Naomi",
"familyName": "Penfold",
"@id": "https://orcid.org/0000-0003-0568-1194"
},
{
"@type": "Person",
"givenName": "Neil",
"familyName": "Chue Hong",
"@id": "https://orcid.org/0000-0002-8876-7606"
},
{
"@type": "Person",
"givenName": "Martin",
"familyName": "O'Reilly",
"@id": "https://orcid.org/0000-0002-1191-3492"
},
{
"@type": "Person",
"givenName": "Alexander",
"familyName": "Struck",
"@id": "https://orcid.org/0000-0002-1173-9228"
},
{
"@type": "Person",
"givenName": "Matthew",
"familyName": "Upson",
"@id": "https://orcid.org/0000-0002-1040-8048"
},
{
"@type": "Person",
"givenName": "Isla",
"familyName": "Staden",
"@id": "https://orcid.org/0000-0002-0795-1154"
},
{
"@type": "Person",
"givenName": "Kirstie",
"familyName": "Whitaker",
"@id": "https://orcid.org/0000-0001-8498-4059"
},
{
"@type": "Person",
"givenName": "Shoaib",
"familyName": "Sufi",
"@id": "https://orcid.org/0000-0001-6390-2616"
},
],
"name": "code-cite",
"softwareVersion": "0.2",
"datePublished": "2018-03-28",
"codeRepository": "https://github.com/softwaresaved/code-cite-app"
}