From b1b4eecf63ba913f8d5f00d64687cdd0859ad6d4 Mon Sep 17 00:00:00 2001 From: Jacob Angeles Date: Sat, 23 Mar 2024 14:48:35 +0100 Subject: [PATCH 1/2] added a new elective course for ipim --- degrees.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/degrees.json b/degrees.json index 8f1139e..57853e5 100644 --- a/degrees.json +++ b/degrees.json @@ -106,6 +106,9 @@ "ipim-tecnologie-web", "ipim-teoria-impresa", "ipim-strategia-organizzazione-mercati" + ], + "electives": [ + "ipim-storia-politiche-digitale" ] } } From b9e3fc094ec59939798027737eb22d25b1d3e372 Mon Sep 17 00:00:00 2001 From: Jacob Angeles Date: Sat, 23 Mar 2024 15:54:40 +0100 Subject: [PATCH 2/2] added a new teachings for an elective course --- teachings.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/teachings.json b/teachings.json index 6286a82..a363eba 100644 --- a/teachings.json +++ b/teachings.json @@ -638,6 +638,13 @@ "chat": "t.me/unibo_info_manag/9477", "website": "367014", "professors": ["angelo.diiorio"] + }, + { + "name": "Storia e Politiche del Digitale", + "url": "ipim-storia-politiche-digitale", + "chat": "t.me/unibo_info_manag", + "website": "498211", + "professors": ["mattia.frapporti2"] } ]