-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcodemeta.json
75 lines (73 loc) · 2.21 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
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
{
"$schema": "http://codemeta.github.io/codemeta.json",
"name": "searchSECO-miner",
"description": "This is the repository for the SecureSECO DAO miner built to scrape Github, upload project data to the SecureSECO database and to connect with the DAO to facilitate claiming of rewards.",
"version": "V1.0.0",
"url": "https://github.com/SecureSECO/searchSECO-miner",
"license": "https://opensource.org/licenses/MIT",
"author": [
{
"@type": "Person",
"name": "Slinger Jansen",
"affiliation": "PI and coordinator of the project",
"identifier": {
"@type": "PropertyValue",
"propertyID": "ORCID",
"value": "https://orcid.org/0000-0003-3752-2868"
}
},
{
"@type": "Person",
"name": "Geert-Jan Giezeman",
"affiliation": "RSE"
},
{
"@type": "Person",
"name": "Martijn Voordouw",
"affiliation": "RSE"
},
{
"@type": "Person",
"name": "Wouter Beffers"
},
{
"@type": "Person",
"name": "Aminul Islam",
"identifier": {
"@type": "PropertyValue",
"propertyID": "ORCID",
"value": "https://orcid.org/0009-0005-4792-4256"
}
},
{
"@type": "Person",
"name": "Deekshitha",
"identifier": {
"@type": "PropertyValue",
"propertyID": "ORCID",
"value": "https://orcid.org/0000-0003-1831-8941"
}
}
],
"keywords": ["data mining", "research software"],
"repository": "https://github.com/SecureSECO/searchSECO-miner",
"referencePublication": [
{
"@type": "ScholarlyArticle",
"name": "SearchSECO: A Worldwide Index of the Open Source Software Ecosystem",
"publisher": "CEUR-WS.org",
"url": "http://ceurws.org/Vol-2912/./paper3.pdf"
},
{
"@type": "ScholarlyArticle",
"name": "FAIRSECO: An Extensible Framework for Impact Measurement of Research Software",
"publisher": "IEEE",
"url": "https://ieeexplore.ieee.org/document/10254664"
}
],
"identifier": {
"@type": "PropertyValue",
"propertyID": "DOI",
"value": "10.5281/zenodo.13710367"
}
}