-
Notifications
You must be signed in to change notification settings - Fork 2
/
codemeta.json
61 lines (61 loc) · 1.85 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
{
"@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/web-visualization",
"datePublished": "2022-05-01",
"dateModified": "2023-10-04",
"issueTracker": "https://github.com/issa-project/web-visualization/issues",
"name": "ISSA Web Visualization",
"version": "1.1",
"description": "The ISSA project (https://issa.cirad.fr/) focuses on the semantic indexing of scientific publications in an open archive. This project is a React-based web application meant to search articles from the ISSA knowledge base, and provide a visualization of their metadata.",
"funding": "ISSA project",
"developmentStatus": "active",
"referencePublication": "https://hal.science/hal-03807744",
"isPartOf": "https://issa.cirad.fr/",
"funder": {
"@type": "Organization",
"name": "ISSA, research infrastructure CollEx-Persée"
},
"keywords": [
"web API",
"SPARQL",
"information retrieval",
"semantic search",
"scientific literature",
"node"
],
"programmingLanguage": [
"Javascript"
],
"runtimePlatform": [
"node.js"
],
"softwareRequirements": [
"node.js 17+",
"yarn",
"https://github.com/issa-project/web-visualization/blob/master/package.json"
],
"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",
"givenName": "Youssef",
"familyName": "Mekouar",
"affiliation": {
"@type": "Organization",
"name": "University Côte d'Azur"
}
}
]
}