-
Notifications
You must be signed in to change notification settings - Fork 14
/
sample-lab-descriptor.json
49 lines (49 loc) · 1.76 KB
/
sample-lab-descriptor.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
{
"broadArea": {
"name": "Civil Engineering",
"link": "http://vlab.co.in/broad-area-civil-engineering"
},
"lab": "Fluid Machinery",
"deployLab":true,
"phase": 3,
"collegeName": "NITS",
"baseUrl": "http://localhost",
"introduction": "Welcome to fluid macninery lab!",
"experiments": [
{
"name": "Performance Characteristics of Centrifugal Pump",
"short-name": "centrifugal-pump",
"repo": "http://vlabs.iitb.ac.in/gitlab/vlabs-dev-central-hosting/fluid-machinery-nitk/performance-characteristics-centrifugal-pump-nitk.git",
"tag": "v1.0.0",
"deploy": true
},
{
"name": "Performance Characteristics of Hydraulic Ram",
"short-name": "hydraulic-ram",
"repo": "http://vlabs.iitb.ac.in/gitlab/vlabs-dev-central-hosting/fluid-machinery-nitk/performance-characteristics-hydraulic-ram-nitk.git",
"tag": "v1.0.0",
"deploy": false
}
],
"targetAudience": {
"UG": [
"B. Tech./ B.E in Civil Engineering"
],
"PG": [
"MS/Ph. D. Beginners in Civil Engineering and related topics"
]
},
"objective": "Hello World.",
"courseAlignment": {
"description": "course are listed here:",
"universities": [
"Visvesvaraya Technological University Karnataka",
"National Institute of Technology Karnataka Karnataka",
"Anna University Tamil Nadu",
"SRM University Delhi - NCR Sonepat Haryana",
"University of Kerala Kerala",
"APJ Abdul Kalam Technological University Kerala",
"CUSAT Kerala"
]
}
}