From ff154dde128107d47cd35c606b4db470fbec7ae0 Mon Sep 17 00:00:00 2001 From: Matthew Hague <matthew.hague@rhul.ac.uk> Date: Wed, 8 Jan 2025 12:48:15 +0000 Subject: [PATCH] add(ldap): add CS+Maths+YinI to known degrees --- ldap/ldap_student_reader/src/ldap_student_reader.py | 3 ++- ldap/rhul-programme-info.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ldap/ldap_student_reader/src/ldap_student_reader.py b/ldap/ldap_student_reader/src/ldap_student_reader.py index c1d1b58..9132afd 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 a6a9fa6..ab0e311 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' -- GitLab