Skip to content

Commit

Permalink
Removed old static coursePrefixes list
Browse files Browse the repository at this point in the history
Removed old coursePrefixes list, no longer needed
  • Loading branch information
mohammadmehrab committed Apr 29, 2024
1 parent 974d297 commit 1e8e18e
Showing 1 changed file with 0 additions and 132 deletions.
132 changes: 0 additions & 132 deletions scrapers/coursebook.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,135 +260,3 @@ func ScrapeCoursebook(term string, startPrefix string, outDir string) {
log.Printf("\nDone scraping term! Scraped a total of %d sections.", totalSections)

}

var coursePrefixes = []string{
"cp_acct",
"cp_acn",
"cp_acts",
"cp_aero",
"cp_ahst",
"cp_ams",
"cp_arab",
"cp_arhm",
"cp_arts",
"cp_atcm",
"cp_aud",
"cp_ba",
"cp_bbsu",
"cp_bcom",
"cp_biol",
"cp_bis",
"cp_blaw",
"cp_bmen",
"cp_bps",
"cp_buan",
"cp_ce",
"cp_cgs",
"cp_chem",
"cp_chin",
"cp_cldp",
"cp_comd",
"cp_comm",
"cp_crim",
"cp_crwt",
"cp_cs",
"cp_danc",
"cp_econ",
"cp_ecs",
"cp_ecsc",
"cp_ed",
"cp_ee",
"cp_eebm",
"cp_eecs",
"cp_eect",
"cp_eedg",
"cp_eegr",
"cp_eemf",
"cp_eeop",
"cp_eepe",
"cp_eerf",
"cp_eesc",
"cp_engr",
"cp_engy",
"cp_entp",
"cp_envr",
"cp_epcs",
"cp_epps",
"cp_film",
"cp_fin",
"cp_fren",
"cp_ftec",
"cp_geog",
"cp_geos",
"cp_germ",
"cp_gisc",
"cp_govt",
"cp_gst",
"cp_hcs",
"cp_hdcd",
"cp_hist",
"cp_hlth",
"cp_hmgt",
"cp_hons",
"cp_huas",
"cp_huhi",
"cp_huma",
"cp_idea",
"cp_ims",
"cp_ipec",
"cp_isae",
"cp_isah",
"cp_isis",
"cp_isns",
"cp_itss",
"cp_japn",
"cp_kore",
"cp_lang",
"cp_lats",
"cp_lit",
"cp_mais",
"cp_mas",
"cp_math",
"cp_mech",
"cp_meco",
"cp_mils",
"cp_mis",
"cp_mkt",
"cp_msen",
"cp_mthe",
"cp_musi",
"cp_nats",
"cp_nsc",
"cp_ob",
"cp_obhr",
"cp_opre",
"cp_pa",
"cp_phil",
"cp_phin",
"cp_phys",
"cp_ppol",
"cp_pppe",
"cp_psci",
"cp_psy",
"cp_psyc",
"cp_real",
"cp_rels",
"cp_rhet",
"cp_rmis",
"cp_sci",
"cp_se",
"cp_smed",
"cp_soc",
"cp_span",
"cp_spau",
"cp_stat",
"cp_syse",
"cp_sysm",
"cp_te",
"cp_thea",
"cp_univ",
"cp_utd",
"cp_utsw",
"cp_viet",
"cp_vpas",
}

0 comments on commit 1e8e18e

Please sign in to comment.