diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed03fc..e530731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Body descriptions can be shared via WebShare or email - Add support for École Supérieure Privée d'Ingénierie et de Technologies (@TheLime1) - Add support for Western Sydney University (Jo Miyeon) +- Add support for University of Illinois Chicago (@hoangngo-sudo) ### Fixed - Links are now not assumed to have an 'href' attribute diff --git a/UNIVERSITIES.md b/UNIVERSITIES.md index 5bbfca9..05ddbde 100644 --- a/UNIVERSITIES.md +++ b/UNIVERSITIES.md @@ -144,6 +144,7 @@ If this is not something you'd like, please let me know. - University of Texas at Dallas - University of Evansville - Mid-State Technical College +- University of Illinois Chicago ###### Canada diff --git a/blackboard_sync/universities.json b/blackboard_sync/universities.json index f08e7f4..1940ed8 100644 --- a/blackboard_sync/universities.json +++ b/blackboard_sync/universities.json @@ -695,6 +695,16 @@ }, "api_url": "https://vuws.westernsydney.edu.au" }, + { + "name": "University of Illinois Chicago", + "short_name": "UIC", + "country": "US", + "login": { + "start_url": "https://uic.blackboard.com", + "target_url": "https://uic.blackboard.com/ultra/course/" + }, + "api_url": "https://uic.blackboard.com" + }, { "name": "Fakeboard", "short_name": "dev",