-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
43 lines (43 loc) · 1.35 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "git+https://github.com/mciccale/ScholarVista",
"dateCreated": "2024-02-10",
"datePublished": "2024-02-14",
"dateModified": "2024-03-02",
"name": "ScholarVista",
"version": "0.2.0",
"identifier": "10.5281/zenodo.10654760",
"description": "ScholarVista is a tool that analyzes research papers and extracts and plots information from them. It utilizes Grobid, a library for extracting content from research papers, to extract all the relevant data. The extracted data is then plotted and displayed using Python.",
"applicationCategory": "Research",
"developmentStatus": "active",
"keywords": [
"text",
"research",
"analysis",
"python",
"grobid"
],
"programmingLanguage": [
"Python 3"
],
"operatingSystem": [
"Linux"
],
"softwareRequirements": [
"Python 3",
"Grobid",
"Matplotlib",
"WordCloud"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0009-0000-8821-0587",
"givenName": "Marco",
"familyName": "Ciccalè",
"email": "[email protected]"
}
]
}