forked from junipertcy/Network-Code-Repository
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathschema.json
More file actions
31 lines (29 loc) · 695 Bytes
/
Copy pathschema.json
File metadata and controls
31 lines (29 loc) · 695 Bytes
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
{
"name": "code_name",
"desc": "the description to the program",
"links": ["link-to-the-code-1", "link-to-the-code-2"],
"licence": "license-name",
"licence-link": "link-to-the-details-of-the-license",
"languages": [""],
"authors": [{
"name": "",
"email": ""
}],
"dates": {
"createdYear": "",
"lastUpdatedYear": ""
},
"io": {
"inputs": ["gml", "graphml", "metis", "mtx", "edgelist", "gt", "live network interfaces"],
"outputs": ["text reports", "images"]
},
"github": {
"stars": 100,
"forks": 23
},
"community": {
"tutorials": ["link-to-tutorial"],
"demos": ["link-to-demo"]
},
"tags": ["parallelizable", "Python2.7"]
}