-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcodemeta-harvest.json
110 lines (110 loc) · 3.97 KB
/
codemeta-harvest.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"sameAs": "https://doi.org/10.5281/zenodo.7524314",
"funder": {
"@type": "Organization",
"name": "Utrecht University"
},
"programmingLanguage": "Python",
"developmentStatus": [ "https://w3id.org/research-technology-readiness-levels#Level7ReleaseCandidate", "https://www.repostatus.org/#active" ],
"thumbnailUrl": "https://raw.githubusercontent.com/UtrechtUniversity/ricgraph/main/docs/images/ricgraph_logo.jpg",
"softwareRequirements": [
"connexion",
"flask",
"gunicorn",
"markupsafe",
"neo4j",
"numpy",
"openapi_markdown",
"pandas",
"pyalex",
"ratelimit",
"requests",
"ricgraph",
"xmltodict",
"sickle"
],
"referencePublication": [
{
"@type": "ScholarlyArticle",
"name": "Ricgraph: A flexible and extensible graph to explore research in context from various systems",
"author": [ "Rik D.T. Janssen" ],
"sameAs": "https://doi.org/10.1016/j.softx.2024.101736",
"isPartOf": {
"@type": "PublicationVolume",
"datePublished": "2024",
"name": "SoftwareX",
"volumeNumber": 26,
"issueNumber": 101736
},
"url": "https://doi.org/10.1016/j.softx.2024.101736"
}
],
"targetProduct": [
{
"@type": "CommandLineApplication",
"name": "Script to harvest OpenAlex for Ricgraph",
"executableName": "harvest_openalex_to_ricgraph.py"
},
{
"@type": "CommandLineApplication",
"name": "Script to harvest the Research Information System Pure for Ricgraph",
"executableName": "harvest_pure_to_ricgraph.py"
},
{
"@type": "CommandLineApplication",
"name": "Script to harvest the Research Software Directory for Ricgraph",
"executableName": "harvest_rsd_to_ricgraph.py"
},
{
"@type": "CommandLineApplication",
"name": "Script to harvest the Utrecht University staff pages for Ricgraph",
"executableName": "harvest_uustaffpages_to_ricgraph.py"
},
{
"@type": "CommandLineApplication",
"name": "Script to harvest the data repository Yoda for Ricgraph",
"executableName": "harvest_yoda_to_ricgraph.py"
},
{
"@type": "CommandLineApplication",
"name": "Script to call all harvest scripts",
"executableName": "batch_harvest_demo.py"
},
{
"@type": "SoftwareLibrary",
"name": "Ricgraph",
"executableName": "ricgraph.py"
},
{
"@type": "WebApplication",
"name": "Ricgraph Explorer"
},
{
"@type": "WebApplication",
"name": "Ricgraph REST API"
}
],
"softwareHelp": [
{
"@id": "https://github.com/UtrechtUniversity/ricgraph/blob/main/README.md",
"@type": "CreativeWork",
"name": "Ricgraph - Research in context graph documentation",
"url": "https://github.com/UtrechtUniversity/ricgraph/blob/main/README.md"
}
],
"applicationCategory": [
"https://vocabs.dariah.eu/tadirah/analyzing",
"https://vocabs.dariah.eu/tadirah/browsing",
"https://vocabs.dariah.eu/tadirah/capturing",
"https://vocabs.dariah.eu/tadirah/discovering",
"https://vocabs.dariah.eu/tadirah/enriching",
"https://vocabs.dariah.eu/tadirah/exploration",
"https://vocabs.dariah.eu/tadirah/informationRetrieval",
"https://vocabs.dariah.eu/tadirah/storing"
]
}