-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcodemeta.json
42 lines (42 loc) · 1.22 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
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "https://orcid.org/0000-0002-2497-4040",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "University of Bristol"
},
"familyName": "Massey",
"givenName": "Jon"
},
{
"@id": "https://orcid.org/0000-0002-9324-2775",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "University of St Andrews"
},
"familyName": "McCann",
"givenName": "Patrick"
},
{
"@type": "Person",
"affiliation": {
"@type": "Organization",
"legalName": "Figshare"
},
"familyName": "Oprea",
"givenName": "Lucian"
}
],
"codeRepository": "https://github.com/pgmccann/nbbdd",
"license": "http://www.opensource.org/licenses/MIT",
"name": "BDD for Jupyter Notebooks",
"programmingLanguage": "Python"
}