-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
28 lines (28 loc) · 944 Bytes
/
codemeta.json
File metadata and controls
28 lines (28 loc) · 944 Bytes
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/marioa/fair-test",
"dateCreated": "2023-06-20",
"datePublished": "2023-06-20",
"dateModified": "2023-06-20",
"name": "Birth and death records",
"version": "0.1",
"description": "Looking at birth and death plots of data from the national registries in Scotland.",
"programmingLanguage": [
"R"
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/my-orcid?orcid=0000-0002-2486-7990",
"givenName": "Mario",
"familyName": "Antonioletti",
"email": "mario@epcc.ed.ac.uk",
"affiliation": {
"@type": "Organization",
"name": "EPCC, The University of Edinburgh"
}
}
]
}