Spaces:
Running
Running
Sync from GitHub cdfe6bbfe9ad48bca8d781c4df71e5b7cb57ab7b
Browse files- data/database/programme_facts.json +4 -4
- deploy/Caddyfile +1 -1
data/database/programme_facts.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"generated_at": "2026-07-
|
| 3 |
"generator": "src/pipeline/update_programme_facts.py",
|
| 4 |
"sources": [
|
| 5 |
"https://emba.unisg.ch/",
|
|
@@ -26,7 +26,7 @@
|
|
| 26 |
},
|
| 27 |
"ects_credits": 75,
|
| 28 |
"structure": {
|
| 29 |
-
"de": "9 Pflichtkurse
|
| 30 |
"en": "9 core courses + 5 electives, 14 weeks on campus, capstone project, self-study"
|
| 31 |
},
|
| 32 |
"locations": {
|
|
@@ -72,8 +72,8 @@
|
|
| 72 |
},
|
| 73 |
"ects_credits": 75,
|
| 74 |
"structure": {
|
| 75 |
-
"de": "10 Pflichtkurse,
|
| 76 |
-
"en": "10 core courses,
|
| 77 |
},
|
| 78 |
"locations": {
|
| 79 |
"de": "Costa Rica (Wahlkurs), Japan (Tokio), New York City (Wahlkurs), Schweiz (St. Gallen), China (Peking), USA (UC Berkeley), USA (UC Irvine), Italien (Wahlkurs), Südafrika (Wahlkurs), Spanien (Wahlkurs)",
|
|
|
|
| 1 |
{
|
| 2 |
+
"generated_at": "2026-07-06",
|
| 3 |
"generator": "src/pipeline/update_programme_facts.py",
|
| 4 |
"sources": [
|
| 5 |
"https://emba.unisg.ch/",
|
|
|
|
| 26 |
},
|
| 27 |
"ects_credits": 75,
|
| 28 |
"structure": {
|
| 29 |
+
"de": "9 Pflichtkurse, 5 Wahlkurse, 14 Wochen am Campus, Capstone-Projekt",
|
| 30 |
"en": "9 core courses + 5 electives, 14 weeks on campus, capstone project, self-study"
|
| 31 |
},
|
| 32 |
"locations": {
|
|
|
|
| 72 |
},
|
| 73 |
"ects_credits": 75,
|
| 74 |
"structure": {
|
| 75 |
+
"de": "10 Pflichtkurse, 4 Wahlkurse, 10 Wochen am Campus, 4 Wochen im Ausland, Diplomarbeit",
|
| 76 |
+
"en": "10 core courses, 4 electives, 10 weeks on campus, 4 weeks abroad, thesis"
|
| 77 |
},
|
| 78 |
"locations": {
|
| 79 |
"de": "Costa Rica (Wahlkurs), Japan (Tokio), New York City (Wahlkurs), Schweiz (St. Gallen), China (Peking), USA (UC Berkeley), USA (UC Irvine), Italien (Wahlkurs), Südafrika (Wahlkurs), Spanien (Wahlkurs)",
|
deploy/Caddyfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
reverse_proxy localhost:7860
|
| 3 |
|
| 4 |
header -X-Frame-Options
|
|
|
|
| 1 |
+
chatbot.emba.unisg.ch {
|
| 2 |
reverse_proxy localhost:7860
|
| 3 |
|
| 4 |
header -X-Frame-Options
|