diff --git a/CHANGELOG.md b/CHANGELOG.md index 8395609..e660a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add support for Universidad Pablo de Olavide (@davidsollodp) +- Add support for University of Maryland, Baltimore County (@ghost) ## [0.18.0] - 2024-10-22 diff --git a/UNIVERSITIES.md b/UNIVERSITIES.md index ff5f87a..98e01c1 100644 --- a/UNIVERSITIES.md +++ b/UNIVERSITIES.md @@ -145,6 +145,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 Maryland, Baltimore County ###### Canada diff --git a/blackboard_sync/universities.json b/blackboard_sync/universities.json index 5b74952..e0d2f7e 100644 --- a/blackboard_sync/universities.json +++ b/blackboard_sync/universities.json @@ -705,6 +705,16 @@ }, "api_url": "https://campusvirtual.upo.es" }, + { + "name": "University of Maryland, Baltimore County", + "short_name": "UMBC", + "country": "US", + "login": { + "start_url": "https://blackboard.umbc.edu", + "target_url": "https://blackboard.umbc.edu/ultra/" + }, + "api_url": "https://blackboard.umbc.edu" + }, { "name": "Fakeboard", "short_name": "dev",