-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathIFS01.2-response.json
167 lines (167 loc) · 6.43 KB
/
IFS01.2-response.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
/*Esempio ateneo universitario*/
{
"programme_type_code": "LT",
"programme_access": "free",
"course_location": "015146,015211",
"remote_mode": "on-site", /*full-remote, on-site, hybrid, not-available*/
"course_area": "Ingegneria industriale",
"degree_course_language": "IT",
"degree_course_period_years": 3,
"degree_course_code": "353",
"total_credits": 180,
"academic_year": "2023/2024",
"first_year_activation_course": "2010/2011", /* Facoltativo*/
"website_university": "http://www.ingindinf.polimi.it",
"website_course": "",
"curriculum_list": [
{
"curriculum_name": "NON DIFFERENZIATO", /*indirizzo, percorso, specializzazione filone formativo*/
"curriculum_description": "relativamente agli insegnamenti a scelta si invita a consultare il riferimento del corso sul portale istituzionale",
"curriculum_learnings": [
{
"degree_course_year": 1,
"learnings": [
{
"learning_ssd": "MAT/03",
"learning_sad": "",
"learning_name": "ANALISI E GEOMETRIA 1",
"learning_code": "081360",
"learning_cfu": 10,
"learning_cfa": null,
"learning_hour": 48,
"learning_language": "IT",
"learning_ref": "http://...." /*perma link*/
},
{
"learning_ssd": "CHIM/07",
"learning_sad": "",
"learning_name": "FONDAMENTI DI CHIMICA",
"learning_code": "081374",
"learning_cfu": 7,
"learning_cfa": null,
"learning_hour": 36,
"learning_language": "IT",
"learning_ref": "http://...."
}
]
}
]
},
{
"curriculum_name": "Processi tecnologici",
"curriculum_description": "relativamente agli insegnamenti a scelta si invita a consultare il riferimento del corso sul portale istituzionale",
"curriculum_learnings": [
{
"degree_course_year": 1,
"learnings": [
{
"learning_ssd": "ICAR/01",
"learning_sad": "",
"learning_name": "MECCANICA DEI FLUIDI",
"learning_code": "83503",
"learning_cfu": 7,
"learning_cfa": null,
"learning_hour": 36,
"learning_language": "IT",
"learning_ref": "http://...." /*perma link*/
},
{
"learning_ssd": "ING-IND/21",
"learning_sad": "",
"learning_name": "TECNOLOGIE METALLURGICHE",
"learning_code": "86509",
"learning_cfu": 8,
"learning_cfa": null,
"learning_hour": 48,
"learning_language": "IT",
"learning_ref": "http://...."
}
]
}
]
},
{
"curriculum_name": "Veicoli",
"curriculum_description": "relativamente agli insegnamenti a scelta si invita a consultare il riferimento del corso sul portale istituzionale",
"curriculum_learnings": [
{
"degree_course_year": 1,
"learnings": [
{
"learning_ssd": "ING-IND/17",
"learning_sad": "",
"learning_name": "IMPIANTI MECCANICI",
"learning_code": "86468",
"learning_cfu": 7,
"learning_cfa": null,
"learning_hour": 36,
"learning_language": "IT",
"learning_ref": "http://...." /*perma link*/
},
{
"learning_ssd": "ING-IND/14",
"learning_sad": "",
"learning_name": "TEORIA E TECNICA DEI VEICOLI TERRESTRI",
"learning_code": "086509",
"learning_cfu": 5,
"learning_cfa": null,
"learning_hour": 25,
"learning_language": "IT",
"learning_ref": "http://...."
}
]
}
]
}
]
}
/*Esempio Conservatorio*/
{
"programme_type_code": "LT",
"programme_access": "free",
"course_location": "058091",
"remote_mode": "on-site", /*full-remote, on-site, hybrid, not-available*/
"course_area": "DISCIPLINE INTERPRETATIVE",
"degree_course_language": "IT",
"degree_course_period_years": 3,
"degree_course_code": "1234",
"total_credits": 180,
"academic_year": "2023/2024",
"first_year_activation_course": "2010/2011", /* Facoltativo*/
"website_university": "http://www.nomeconservatorio.it",
"website_course": "http://...",
"curriculum_list": [
{
"curriculum_name": "NON DIFFERENZIATO", /*indirizzo, percorso, specializzazione filone formativo*/
"curriculum_description": "relativamente agli insegnamenti a scelta si invita a consultare il riferimento del corso sul portale istituzionale",
"curriculum_learnings": [
{
"degree_course_year": 1,
"learnings": [
{
"learning_ssd": "",
"learning_sad": "COTP/06",
"learning_name": "Ear training I",
"learning_code": "081360",
"learning_cfa": 10,
"learning_hour": 48,
"learning_language": "IT",
"learning_ref": "http://...." /*perma link*/
},
{
"learning_ssd": "",
"learning_sad": "COTP/01",
"learning_name": "Teorie e tecniche dell'armonia I",
"learning_code": "0489",
"learning_cfu": null,
"learning_cfa": 7,
"learning_hour": 36,
"learning_language": "IT",
"learning_ref": "http://...."
}
]
}
]
}
]
}