-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
43 lines (43 loc) · 1.38 KB
/
codemeta.json
File metadata and controls
43 lines (43 loc) · 1.38 KB
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",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "git+https://github.com/andriumon/OpenScienceAI.git",
"dateCreated": "2023-02-15",
"datePublished": "2023-03-08",
"dateModified": "2023-03-08",
"name": "PDF Processing Software",
"version": "1.0.0",
"description": "Software that processes papers in PDF format by calling Grobid's web service and makes a wordcloud for each of them as well as giving a graph indicating the number of figures per article and a list of links found in all of them.",
"applicationCategory": "Processing",
"releaseNotes": "Initial release",
"keywords": [
"pdf",
"processing",
"grobid"
],
"programmingLanguage": [
"Python 3"
],
"runtimePlatform": [
"Visual Studio Code"
],
"operatingSystem": [
"Windows 10"
],
"softwareRequirements": [
"Python 3.10 or higher"
],
"author": [
{
"@type": "Person",
"givenName": "Andrés",
"familyName": "Montero Martín",
"email": "andres.montero.martin@alumnos.upm.es",
"affiliation": {
"@type": "Organization",
"name": "Student"
}
}
]
}