forked from saw-leipzig/csv2cmi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
43 lines (43 loc) · 1.23 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "CSV2CMI",
"name": "CSV2CMI",
"description": "convert a table of letters into CMI format",
"softwareVersion": "2.2.0",
"license": "OSI Approved :: MIT License",
"programmingLanguage": "Python :: 3",
"maintainer": "https://orcid.org/0000-0003-1898-2543",
"datePublished": "2023-03-10",
"codeRepository": "https://github.com/saw-leipzig/csv2cmi",
"author": [{
"@id": "https://orcid.org/0000-0003-1898-2543",
"@type": "Person",
"givenName": "Klaus",
"familyName": "Rettinghaus",
"name": "Rettinghaus, Klaus",
"email": "[email protected]"
}],
"contributor": [{
"@id": "https://orcid.org/0000-0002-3685-6519",
"@type": "Person",
"givenName": "Uwe",
"familyName": "Kretschmer",
"name": "Kretschmer, Uwe",
"email": "[email protected]"
},
{
"@type": "Person",
"givenName": "Jana",
"familyName": "Dolan",
"name": "Dolan, Jana"
},
{
"@id": "https://orcid.org/0000-0002-8303-1798",
"@type": "Person",
"givenName": "Sophie",
"familyName": "Schneider",
"name": "Schneider, Sophie"
}
]
}