diff --git a/ldap/ldap_student_reader/src/ldap_student_reader.py b/ldap/ldap_student_reader/src/ldap_student_reader.py
index c1d1b5845865b6123503a557017e2fcaa01a419c..9132afd6363193aa24e6843b1451daab2f3854bb 100644
--- a/ldap/ldap_student_reader/src/ldap_student_reader.py
+++ b/ldap/ldap_student_reader/src/ldap_student_reader.py
@@ -61,7 +61,8 @@ class LDAPStudentReader:
         "2674": "MSci Computer Science (Artificial Intelligence) with a Year in Industry",
         "3424": "BSc Computing Technologies",
         "3047": "BSc Digital Media, Culture and Technology",
-        "3657": "BSc Computer Science (International)"
+        "3657": "BSc Computer Science (International)",
+        "2448": "BSc Computer Science and Mathematics with a Year in Industry",
     }
 
     _ATTRS = [
diff --git a/ldap/rhul-programme-info.py b/ldap/rhul-programme-info.py
index a6a9fa6ff370f01952d73c57f0f25a0b919f3bfa..ab0e31169f1d63c0990f7143dc6abeb51fb85851 100755
--- a/ldap/rhul-programme-info.py
+++ b/ldap/rhul-programme-info.py
@@ -40,7 +40,8 @@ PROG_TITLES = {
     "2674": "MSci Computer Science (Artificial Intelligence) with a Year in Industry",
     "3424": "BSc Computing Technologies",
     "3047": "BSc Digital Media, Culture, and Technology",
-    "3657": "BSc Computer Science (International)"
+    "3657": "BSc Computer Science (International)",
+    "2448": "BSc Computer Science and Mathematics with a Year in Industry",
 }
 
 URI='ldaps://directory.rhul.ac.uk'