-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
74 lines (74 loc) · 2.77 KB
/
codemeta.json
File metadata and controls
74 lines (74 loc) · 2.77 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "git+https://github.com/RECeSS-EU-Project/stanscofi.git",
"dateCreated": "2023-06-09",
"datePublished": "2023-06-10",
"dateModified": "2023-07-20",
"downloadUrl": "https://github.com/RECeSS-EU-Project/stanscofi/archive/refs/heads/master.zip",
"issueTracker": "https://github.com/RECeSS-EU-Project/stanscofi/issues",
"name": "stanscofi",
"version": "2.0.0",
"softwareVersion": "2.0.0",
"identifier": "10.5281/zenodo.8038847",
"description": "Package for STANdard drug Screening by COllaborative FIltering. Performs benchmarks against datasets and SotA algorithms, and implements training, validation and testing procedures.",
"applicationCategory": "Drug development",
"releaseNotes": "This version passes all automated tests, and is automatically uploaded to Anaconda, PyPI, and Zenodo.",
"funding": "RECeSS - Robust Explainable Controllable Standard for drug Screening (101102016)",
"developmentStatus": "active",
"isPartOf": "https://recess-eu-project.github.io/",
"readme": "https://github.com/RECeSS-EU-Project/stanscofi/blob/master/README.md",
"funder": {
"@type": "Organization",
"name": "European Union's Horizon 2020 research and innovation programme"
},
"keywords": [
"Python",
"collaborative filtering",
"open science",
"drug repurposing",
"science reproducibility"
],
"programmingLanguage": [
"Python 3"
],
"softwareRequirements": [
"pandas>=1.1.4",
"numpy>=1.19.4",
"scikit-learn>=0.24.0",
"scipy>=1.5.4",
"matplotlib>=3.3.2",
"threadpoolctl>=3.1.0",
"joblib>=1.0.1",
"tqdm>=4.58.0",
"codecarbon>=2.2.2",
"seaborn>=0.11.0"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-3238-0258",
"givenName": "Clémence",
"familyName": "Réda",
"email": "clemence.reda@uni-rostock.de",
"affiliation": {
"@type": "Organization",
"name": "Systems Biology and Informatics, University of Rostock, Rostock, Germany"
}
}
],
"maintainer": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-3238-0258",
"givenName": "Clémence",
"familyName": "Réda",
"email": "clemence.reda@uni-rostock.de",
"affiliation": {
"@type": "Organization",
"name": "Systems Biology and Informatics, University of Rostock, Rostock, Germany"
}
}
]
}