forked from SofaDefrost/SoftRobots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
General.ah
40 lines (34 loc) · 855 Bytes
/
General.ah
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
{
"Python" : {
"name": "Python",
"url": "https://www.python.org/"
},
"PythonTutorials" : {
"name": "PythonTutorials",
"url": "https://www.python.org/about/gettingstarted/"
},
"FEM" : {
"name": "FEM",
"url" : "https://en.wikipedia.org/wiki/Finite_element_method"
},
"Sofa" : {
"ns" : "",
"name": "SOFA",
"url" : "https://www.sofa-framework.org/"
},
"SoftRobots" : {
"ns" : "",
"name": "SoftRobots",
"url" : "https://project.inria.fr/softrobot/"
},
"Defrost" : {
"ns" : "",
"name" : "Defrost",
"url" : "https://team.inria.fr/defrost/"
},
"LGPL" : {
"ns" : "",
"name" : "LGPL",
"url" : "https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License"
}
}