-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnew_project_template.json
66 lines (66 loc) · 1.21 KB
/
new_project_template.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
{
"name":"app name",
"shortDescription":"short description here",
"description":"full description here",
"project":"project details here",
"publications":[
{
"authors":"authors here",
"title":"title here",
"link":"url to journal here"
}
],
"credits":[
{
"name":"name here",
"position":"position/contribution",
"email":"mail here"
}
],
"imageName":"url/or/path/to/image/here",
"otherImages":[
"url/or/path/to/image/here",
"url/or/path/to/image/here"
],
"toolLink":"url here",
"codeLink":"url here",
"filters":{
"license type":[
"public",
"private"
],
"functionality":[
"control",
"decision support",
"design",
"maintenance",
"management",
"modelling",
"operation",
"optimization",
"planning",
"selection"
],
"topic":[
"GHG",
"NBS",
"corrosion",
"costs",
"ecology",
"energy",
"epidemiology",
"membranes",
"odours",
"pollution"
],
"urban water cycle":[
"collection",
"distribution",
"drinking water",
"reuse",
"river",
"sewer",
"treatment"
]
}
}