-
Notifications
You must be signed in to change notification settings - Fork 0
/
usecases.json
60 lines (60 loc) · 2.06 KB
/
usecases.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
[
{
"mooc": [
{
"title": "Neurorobotics MOOC: SOM and SARSA algorithms applied to robot navigation",
"description": "Mini-projects of the edX Neurorobotics MOOC ",
"experience": ["all"],
"disabled": false,
"picture": {
"src": "https://raw.githubusercontent.com/HBPNeurorobotics/EPFLx-RoboX-Neurorobotics/master/Neurorobotics_MOOC_initialization/thumbnails/miniproject2.gif"
},
"next": "weeks_container",
"config_url": "https://raw.githubusercontent.com/HBPNeurorobotics/EPFLx-RoboX-Neurorobotics/master/Neurorobotics_MOOC_initialization/weeks_config.json",
"course_url": "https://edge.edx.org/courses/course-v1:EPFLx+RoboX+2017_T3/course/"
}
]
},
{
"categories": {
"experience": {
"all": {
"name": "Everybody",
"tooltip": "Easily accessible use case"
},
"power": {
"name": "Power users",
"tooltip": "Advanced use case"
},
"experts": {
"name": "Experts",
"tooltip": "Use case for contributors and tools experts"
},
"code": {
"name": "Developers",
"tooltip": "Use case for tools developers"
}
},
"maturity": {
"beta": {
"name": "Beta",
"tooltip": "A service of this maturity level has reached a certain robustness and may be used by early adopters."
},
"experimental": {
"name": "Experimental",
"tooltip": "A service of this maturity level is under heavy development and recommended only for specialists’ use or use for co-design partners."
}
},
"access": {
"hpc": {
"name": "HPC",
"tooltip": "Requires high-performance computing resources access"
},
"byor": {
"name": "BYOR",
"tooltip": "(Bring Your Own Resources) Services of this type allow you to delegate the execution to resources provided by the user. This is subject to technical compatibility."
}
}
}
}
]