-
Notifications
You must be signed in to change notification settings - Fork 3
/
timetables.json
62 lines (62 loc) · 1.78 KB
/
timetables.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
{
"l_informatica": {
"course": "Informatica",
"type": "laurea",
"name": "informatica"
},
"l_informaticamanagement": {
"course": "Informatica per il Management",
"type": "laurea",
"name": "InformaticaManagement"
},
"l_ingegneriainformatica": {
"course": "Ingegneria Informatica",
"type": "laurea",
"name": "ingegneriainformatica"
},
"l_ingegneriascienceinformatiche": {
"course": "Ingegneria e Scienze Informatiche",
"type": "laurea",
"name": "IngegneriaScienzeInformatiche"
},
"lm_informatica_software_techniques": {
"course": "Informatica magistrale - Tecniche del software",
"type": "magistrale",
"name": "informatica",
"curricula": "A58-000"
},
"lm_informatica_management": {
"course": "Informatica magistrale - Informatica per il management",
"type": "magistrale",
"name": "informatica",
"curricula": "991-000"
},
"lm_informatica_systems_and_networks": {
"course": "Informatica magistrale - Sistemi e reti",
"type": "magistrale",
"name": "informatica",
"curricula": "992-000"
},
"lm_ingegneriascienzeinformatiche": {
"course": "Ingegneria e Scienze Informatiche Magistrale",
"type": "magistrale",
"name": "IngegneriaScienzeInformatiche",
"curricula": "C17-000"
},
"lm_intelligent_systems": {
"course": "Intelligent Embedded Systems",
"type": "magistrale",
"name": "IngegneriaScienzeInformatiche",
"curricula": "000-000"
},
"lm_ingegneriainformatica": {
"course": "Ingegneria Informatica Magistrale",
"type": "magistrale",
"name": "ingegneriainformatica"
},
"lm_ai": {
"course": "Artificial Intelligence",
"type": "2cycle",
"name": "artificial-intelligence"
}
}