forked from TechLabs-Berlin/st21-terraViz
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject-information.json
63 lines (63 loc) · 1.9 KB
/
project-information.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
{
"name": "st21-terraViz",
"nameFull": "Terra Viz",
"videoUrl": null,
"prototypeUrl": "https://dreamy-lewin-096330.netlify.app",
"techlabsUrl": "https://techlabs.org/",
"location": "Berlin",
"semester": "Winter 2021",
"status": "searching for funding",
"tools": ["Notion", "Fondora", "Postman"],
"membersContacts": [
{
"name": "Bastian",
"nameFull": "Bastian, van der Put",
"track": "DS",
"githubName": "CodingBastian",
"githubUrl": "https://github.com/CodingBastian",
"linkedinUrl": null,
"emailAdress": null,
"display": true
},
{
"name": "Florian",
"nameFull": "Florian, Deters",
"track": "DS",
"githubName": "floriandeters",
"githubUrl": "https://github.com/floriandeters",
"linkedinUrl": null,
"emailAdress": null,
"display": true
},
{
"name": "Lukas",
"nameFull": "Lukas, Hoppe",
"track": "DS",
"githubName": "lukasjoho",
"githubUrl": "https://github.com/lukasjoho",
"linkedinUrl": null,
"emailAdress": null,
"display": true
},
{
"name": "Seong-eun",
"nameFull": "Seong-eun, Kim",
"track": "WD",
"githubName": "seongeunkimmy",
"githubUrl": "https://github.com/seongeunkimmy",
"linkedinUrl": null,
"emailAdress": null,
"display": true
},
{
"name": "Timea",
"nameFull": "Timea, Varju",
"track": "WD",
"githubName": "Moomia",
"githubUrl": "https://github.com/Moomia",
"linkedinUrl": null,
"emailAdress": null,
"display": true
}
]
}