Skip to content

Commit

Permalink
🏢 Add Indiana College Network building listing (#71)
Browse files Browse the repository at this point in the history
A new building started appearing in Summer 2008 term course listings,
strangely.

This change adds the building record so synchronization can complete
successfully.
  • Loading branch information
haydenmc committed Aug 14, 2024
1 parent 140af05 commit 69e939f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Scraper/MyPurdueScraper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,15 @@ private record SectionListInfo

// Purdue Polytechnic Columbus
{ "Columbus Learning Center", "CLC" },

// Indiana College Network
// Course descriptions note:
// "Indiana Partnership for Statewide Education distance course."
// Examples:
// Indiana College Network ITCC-BL
// Indiana College Network ITCC-GA
// Indiana College Network VU
{ "Indiana College Network", "ICN" },
};

public (string buildingName, string buildingShortCode, string room)? ParseLocationDetails(
Expand Down

0 comments on commit 69e939f

Please sign in to comment.