-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
54 lines (54 loc) · 1.59 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Database",
"author": [
{
"id": "https://orcid.org/0000-0003-4318-4906",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "LIFO - Université d'Orléans, INSA CVL, Orléans, France"
},
"email": "nicolas.hiot@univ-orleans.fr",
"familyName": "Hiot",
"givenName": "Nicolas"
},
{
"id": "https://orcid.org/0000-0003-1460-9979",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "LIFO - Université d'Orléans, INSA CVL, Orléans, France"
},
"email": "jchabin@univ-orleans.fr",
"familyName": "Chabin",
"givenName": "Jacques"
},
{
"id": "https://orcid.org/0000-0003-2601-3224",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "LIFO - Université d'Orléans, INSA CVL, Orléans, France"
},
"email": "mirian@univ-orleans.fr",
"familyName": "Halfeld-Ferrari",
"givenName": "Mirian"
}
],
"license": "https://spdx.org/licenses/CC-BY-NC-4.0",
"codeRepository": "git+https://github.com/Neplex/ArchiTXT.git",
"dateCreated": "2023-01-01",
"datePublished": "2024-04-01",
"funder": {
"type": "Organization",
"name": "APR-IA DOING, ENNOV"
},
"isPartOf": "https://www.univ-orleans.fr/lifo/evenements/doing/",
"name": "ArchiTXT",
"programmingLanguage": "Python",
"version": "1.0.0",
"developmentStatus": "concept",
"funding": "AE 2021-1850, 2001LIF0000"
}