From 9ed99450de8f1529d39b212452fcea9a613a507a Mon Sep 17 00:00:00 2001 From: Christian Tran Date: Mon, 13 Apr 2026 10:49:11 +0000 Subject: [PATCH 1/3] Update OMSCS catalog 2026-04-13T10:49:11Z --- static/courses.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/static/courses.json b/static/courses.json index 1545673e..f4e72408 100644 --- a/static/courses.json +++ b/static/courses.json @@ -1199,16 +1199,16 @@ }, "ISYE-6414": { "courseId": "ISYE-6414", - "name": "Statistical Modeling and Regression Analysis", + "name": "Regression Analysis", "departmentId": "ISYE", "courseNumber": "6414", - "url": null, + "url": "https://omscs.gatech.edu/isye-6414-regression-analysis", + "isFoundational": false, "aliases": [ "RA", "SMRA" ], - "isDeprecated": false, - "isFoundational": false + "isDeprecated": false }, "ISYE-6416": { "courseId": "ISYE-6416", @@ -1500,5 +1500,15 @@ ], "isDeprecated": true, "isFoundational": true + }, + "ECE-8803": { + "courseId": "ECE-8803", + "name": "Cybersecurity of Drones", + "departmentId": "ECE", + "courseNumber": "8803", + "url": "https://omscs.gatech.edu/ece-8803-cybersecurity-drones", + "isFoundational": false, + "aliases": [], + "isDeprecated": false } } \ No newline at end of file From 93e992d32d7f7dd901ffdc1a68ed663fc8a7a07b Mon Sep 17 00:00:00 2001 From: Adam Pala Date: Fri, 17 Apr 2026 07:27:51 -0500 Subject: [PATCH 2/3] chore: reorder new addition alphabetically within courselist, rather than end-appended --- static/courses.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/static/courses.json b/static/courses.json index f4e72408..0ed62776 100644 --- a/static/courses.json +++ b/static/courses.json @@ -995,6 +995,16 @@ "isDeprecated": false, "isFoundational": false }, + "ECE-8803": { + "courseId": "ECE-8803", + "name": "Cybersecurity of Drones", + "departmentId": "ECE", + "courseNumber": "8803", + "url": "https://omscs.gatech.edu/ece-8803-cybersecurity-drones", + "isFoundational": false, + "aliases": [], + "isDeprecated": false + }, "ECE-8803a": { "courseId": "ECE-8803a", "name": "Computational Aspects of Cyber Physical Systems", @@ -1500,15 +1510,5 @@ ], "isDeprecated": true, "isFoundational": true - }, - "ECE-8803": { - "courseId": "ECE-8803", - "name": "Cybersecurity of Drones", - "departmentId": "ECE", - "courseNumber": "8803", - "url": "https://omscs.gatech.edu/ece-8803-cybersecurity-drones", - "isFoundational": false, - "aliases": [], - "isDeprecated": false } } \ No newline at end of file From 6ab0918604a8ab3dcced76faa6b1b7653e8268ad Mon Sep 17 00:00:00 2001 From: Adam Pala Date: Fri, 17 Apr 2026 07:29:55 -0500 Subject: [PATCH 3/3] chore: reorder object properties consistently with other courses in list --- static/courses.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/courses.json b/static/courses.json index 0ed62776..72c3e9d2 100644 --- a/static/courses.json +++ b/static/courses.json @@ -1001,9 +1001,9 @@ "departmentId": "ECE", "courseNumber": "8803", "url": "https://omscs.gatech.edu/ece-8803-cybersecurity-drones", - "isFoundational": false, "aliases": [], - "isDeprecated": false + "isDeprecated": false, + "isFoundational": false }, "ECE-8803a": { "courseId": "ECE-8803a",