-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcodemeta.json
80 lines (80 loc) · 2.83 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
71
72
73
74
75
76
77
78
79
80
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/issa-project/issa-pipeline/",
"dateCreated": "2022-05-03",
"datePublished": "2022-05-03",
"dateModified": "2024-11-27",
"issueTracker": "https://github.com/issa-project/issa-pipeline/issues",
"name": "ISSA Pipeline",
"version": "2.1.0",
"description": "This pipeline, developed by the ISSA project, orchestrates the automatic indexing of a scientific archive by extracting from the articles full-text thematic descriptors and named entities, and linking them with terminological resources in the Semantic Web format.",
"developmentStatus": "active",
"referencePublication": "https://hal.science/hal-03807744",
"keywords": [
"open science",
"knowledge graph",
"scientific literature",
"indexing"
],
"programmingLanguage": [
"python", "bash"
],
"softwareRequirements": [
"https://github.com/issa-project/issa-pipeline/tree/main/environment"
],
"operatingSystem": [ "Linux", "Docker" ],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-9064-0463",
"givenName": "Franck",
"familyName": "Michel",
"email": "franck.michel@inria.fr",
"affiliation": {
"@type": "Organization",
"name": "University Côte d'Azur, CNRS, Inria"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-0395-2069",
"givenName": "Anna",
"familyName": "Bobasheva",
"affiliation": {
"@type": "Organization",
"name": "University Côte d'Azur, Inria, CNRS"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-9064-0463",
"givenName": "Franck",
"familyName": "Michel",
"affiliation": {
"@type": "Organization",
"name": "University Côte d'Azur, CNRS, Inria"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-9064-0463",
"givenName": "Andon",
"familyName": "Tchechmedjiev",
"affiliation": {
"@type": "Organization",
"name": "Euromov Digital Health in Motion, Univ Montpellier, IMT Mines Ales, Ales, France"
}
},
{
"@type": "Person",
"givenName": "Quentin",
"familyName": "Scordo",
"affiliation": {
"@type": "Organization",
"name": "University Côte d'Azur, Inria"
}
}
]
}