-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
66 lines (66 loc) · 2.8 KB
/
codemeta.json
File metadata and controls
66 lines (66 loc) · 2.8 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
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"license": {
"name": "Apache License 2.0",
"url": "https://raw.githubusercontent.com/SoftwareUnderstanding/softalias-kg/main/LICENSE",
"identifier": "https://spdx.org/licenses/Apache-2.0",
"spdx_id": "Apache-2.0"
},
"codeRepository": "https://github.com/SoftwareUnderstanding/softalias-kg",
"issueTracker": "https://github.com/SoftwareUnderstanding/softalias-kg/issues",
"dateCreated": "2023-07-14",
"dateModified": "2023-07-19",
"downloadUrl": "https://github.com/SoftwareUnderstanding/softalias-kg/releases",
"name": "softalias-kg",
"programmingLanguage": [
"Python"
],
"softwareRequirements": [
"The pipeline has been tested with python 3.9. The following libraries are required: - pandas - json - pickle - shutil - numpy - jaro (for Jaro-Winkler metric calculation) - Sparqlwrapper (for Wikidata construct queries) - morph_kgc For CZI transformation details, please see the associated [README file](https://github.com/SoftwareUnderstanding/softalias-kg/tree/main/czi_dataset/transformation_scripts#readme)."
],
"releaseNotes": "This version has the first release of the scripts used to transform the CZI dataset, and how we enriched the aliases with Wikidata aliases.",
"softwareVersion": "0.0.1",
"datePublished": "2023-09-13",
"author": [
{
"@type": "Person",
"familyName": "Lopez",
"givenName": "Hector"
},
{
"@type": "Person",
"familyName": "Garijo",
"givenName": "Daniel",
"@id": "http://orcid.org/0000-0003-0454-7145"
}
],
"referencePublication": [
{
"name": "If you use this software, please cite it as below.",
"identifier": "10.5281/zenodo.8341333",
"url": "https://doi.org/10.5281/zenodo.8341333",
"author": [
{
"@type": "Person",
"familyName": "Lopez",
"givenName": "Hector"
},
{
"@type": "Person",
"familyName": "Garijo",
"givenName": "Daniel",
"@id": "http://orcid.org/0000-0003-0454-7145"
}
]
}
],
"developmentStatus": "active",
"identifier": [
"https://doi.org/10.5281/zenodo.8341333"
],
"readme": "https://raw.githubusercontent.com/SoftwareUnderstanding/softalias-kg/main/README.md",
"description": [
"A repository for the mappings, cleaning code and construct queries used for creating Softalias-KG"
]
}