-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
52 lines (52 loc) · 1.54 KB
/
Copy pathcodemeta.json
File metadata and controls
52 lines (52 loc) · 1.54 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
44
45
46
47
48
49
50
51
52
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/RubenCid35/GraphPaperSim",
"dateCreated": "2024-04-20",
"datePublished": "2024-05-20",
"dateModified": "2024-05-20",
"issueTracker": "https://github.com/RubenCid35/GraphPaperSim/issues",
"name": "Graph Paper Sim",
"version": "0.0",
"description": "The objective of this project is a advanced Data Analysis on Research Publications. Given a corpus of 30 papers, the papers have been grouped according to their topics and similarities; and a knowledge graph has been constructed from those relationships.",
"keywords": [
"grobid",
"crf",
"python"
],
"programmingLanguage": [
"Python 3"
],
"runtimePlatform": [
"Docker"
],
"operatingSystem": [
"Linux"
],
"softwareRequirements": [
"Python 3.11",
"Docker",
"Grobid"
],
"author": [
{
"@type": "Person",
"givenName": "Rubén",
"familyName": "Cid Costa",
"email": "rubencid001@gmail.com"
},
{
"@type": "Person",
"givenName": "Yimin",
"familyName": "Zhou",
"email": "yimin.zhou@alumnos.upm.es"
},
{
"@type": "Person",
"givenName": "Rodrigo",
"familyName": "Durán Andrés",
"email": "rodrigo.duran.andres@alumnos.upm.es"
}
]
}