-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
88 lines (88 loc) · 3.55 KB
/
codemeta.json
File metadata and controls
88 lines (88 loc) · 3.55 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
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
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"license": {
"name": "MIT License",
"url": "https://raw.githubusercontent.com/SoftwareUnderstanding/softalias-rs/main/LICENSE",
"identifier": "https://spdx.org/licenses/MIT",
"spdx_id": "MIT"
},
"codeRepository": "https://github.com/SoftwareUnderstanding/softalias-rs",
"issueTracker": "https://github.com/SoftwareUnderstanding/softalias-rs/issues",
"dateCreated": "2023-07-12",
"dateModified": "2024-03-14",
"downloadUrl": "https://github.com/SoftwareUnderstanding/softalias-rs/releases",
"name": "softalias-rs",
"keywords": "software-mention, software-metadata, software-reconciliation",
"programmingLanguage": [
"Python"
],
"softwareRequirements": [
{
"name": "streamlit"
},
{
"name": "st-annotated-text"
},
{
"name": "nltk"
},
{
"name": "spacy"
},
{
"name": "sparqlwrapper"
},
"Softalias-rs has been tested in Unix operating systems. - Python 3.8 - 3.11 - PIP - Streamlit 1.24 - Softcite service 0.7.1. Make sure you have deployed the Softalias-KG in a SPARQL endpoint (our demo service uses https://softalias.linkeddata.es/sparql) To install streamlit, follow these [instructions](https://docs.streamlit.io/library/get-started/installation) To install a service of softcite, follow these [instructions](https://github.com/softcite/software-mentions). An open softcite service can be found [here](https://cloud.science-miner.com/software/)"
],
"releaseNotes": "This release is the code used for the demo title: Softalias-KG: Reconciling Software Mentions in Scientific Literature that will be presented in the ISWC2023 (THE 22ND INTERNATIONAL SEMANTIC WEB CONFERENCE).\r\n\r\nDemo: https://w3id.org/softalias/demo",
"softwareVersion": "0.0.1",
"datePublished": "2023-09-12",
"buildInstructions": [
"https://raw.githubusercontent.com/SoftwareUnderstanding/softalias-rs/main/README.md"
],
"author": [
{
"@type": "Organization",
"@id": "https://github.com/SoftwareUnderstanding"
}
],
"referencePublication": [
{
"@type": "ScholarlyArticle",
"name": "softalias-rs",
"identifier": "10.5281/zenodo.8338240",
"url": "https://doi.org/10.5281/zenodo.8338240",
"author": [
{
"@type": "Person",
"familyName": "Garijo",
"givenName": "Daniel",
"@id": "https://orcid.org/0000-0003-0454-7145"
},
{
"@type": "Person",
"familyName": "L\u00f3pez",
"givenName": "Hector"
},
{
"@type": "Person",
"familyName": "Gonz\u00e1lez",
"givenName": "Esteban ",
"@id": "https://orcid.org/0000-0003-4112-6825"
}
]
}
],
"developmentStatus": "active",
"identifier": [
"https://doi.org/10.5281/zenodo.8338240"
],
"url": [
"https://w3id.org/softalias/demo"
],
"readme": "https://raw.githubusercontent.com/SoftwareUnderstanding/softalias-rs/main/README.md",
"description": [
"Demo for a Named Entity Recognition service for software mentions, using existing models and a KG of software aliases"
]
}