-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodemeta.json
More file actions
66 lines (66 loc) · 2.32 KB
/
codemeta.json
File metadata and controls
66 lines (66 loc) · 2.32 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/rolf/main/LICENSE",
"identifier": "https://spdx.org/licenses/Apache-2.0",
"spdx_id": "Apache-2.0"
},
"codeRepository": "https://github.com/SoftwareUnderstanding/rolf",
"issueTracker": "https://github.com/SoftwareUnderstanding/rolf/issues",
"dateCreated": "2021-10-03",
"dateModified": "2025-08-07",
"downloadUrl": "https://github.com/SoftwareUnderstanding/rolf/releases",
"name": "rolf",
"keywords": "classification, methodology, research-software, taxonomic-classification",
"programmingLanguage": [
"Jupyter Notebook"
],
"softwareRequirements": [
"python>=3.10,<3.11",
"numpy^1.23.4",
"pandas^1.5.1",
"scikit-learn^1.3.2",
"logthis^1.0.1",
"matplotlib^3.6.2",
"regex^2022.10.31",
"seaborn^0.12.2",
"tokenizer^3.4.2",
"tokenizers^0.13.2",
"nltk^3.7",
"imblearn^0.0",
"inflect^6.0.2",
"contractions^0.1.73",
"bs4^0.0.1",
"imbalanced-learn^0.11.0",
"flask^3.0.0",
"waitress^2.1.2",
"api^0.0.7",
"streamlit^1.30.0",
"poetry-core>=1.0.0"
],
"releaseNotes": "# ROLF - Research sOftware cLassification Framework\r\n\r\nThis is an early release of ROLF. The datasets are in their final versions and the user script is ready. Missing readme file.",
"softwareVersion": "v0.0.1-alpha",
"datePublished": "2022-05-13",
"buildInstructions": [
"https://raw.githubusercontent.com/SoftwareUnderstanding/rolf/main/README.md"
],
"author": [
{
"@type": "Person",
"email": "jenifer.tabita.ciuciu.kiss@gmail.com",
"name": "Jenifer Tabita Ciuciu-Kiss"
}
{
"@type": "Person",
"name": "Daniel Garijo",
"@id": "http://orcid.org/0000-0003-0454-7145"
},
],
"readme": "https://raw.githubusercontent.com/SoftwareUnderstanding/rolf/main/README.md",
"runtimePlatform": ">=3.10,<3.11",
"description": [
"Implementation of a flexible methodology for research software classification"
]
}